Showing:

Annotations
Attributes
Asserts
Default Open Content
Diagrams
Facets
Identity Constraints
Instances
Model
Properties
Source
Type Alternatives
Used by
Main schema HUD_HMIS.xsd
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Properties
attribute form default qualified
element form default qualified
version 5.1.1
Default Open Content
Mode interleave
Wildcard ANY element NOT from TARGET namespace 'http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd'
Applies to empty true
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element Sources
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
XML Root element.  A description of what software provider and organization are sending this XML information.  Many sources can be grouped together into one XML file.
Diagram
Diagram HUD_HMIS_xsd.tmp#http___www.hudhdx.info_Resources_Vendors_5_1_1_HUD_HMIS.xsd_sources_Source HUD_HMIS_xsd.tmp#http___www.hudhdx.info_Resources_Vendors_5_1_1_HUD_HMIS.xsd_sources
Type sources
Properties
content complex
Model
Children Source
Instance
<Sources xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <Source>{1,unbounded}</Source>
</Sources>
Source
<xs:element name="Sources" type="hmis:sources">
  <xs:annotation>
    <xs:documentation xml:lang="en">XML Root element. A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element sources / Source
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
A description of what software provider and organization are sending this XML information.  Many sources can be grouped together into one XML file.
Diagram
Diagram HUD_HMIS_xsd.tmp#source_SourceID HUD_HMIS_xsd.tmp#source_SourceType HUD_HMIS_xsd.tmp#source_SourceName HUD_HMIS_xsd.tmp#source_SoftwareName HUD_HMIS_xsd.tmp#source_SoftwareVersion HUD_HMIS_xsd.tmp#source_SourceContactEmail HUD_HMIS_xsd.tmp#source_SourceContactExtension HUD_HMIS_xsd.tmp#source_SourceContactFirst HUD_HMIS_xsd.tmp#source_SourceContactLast HUD_HMIS_xsd.tmp#source_SourceContactPhone HUD_HMIS_xsd.tmp#source_Export HUD_HMIS_xsd.tmp#source
Type source
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children Export, SoftwareName, SoftwareVersion, SourceContactEmail, SourceContactExtension, SourceContactFirst, SourceContactLast, SourceContactPhone, SourceID, SourceName, SourceType
Instance
<Source xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <SourceID>{0,1}</SourceID>
  <SourceType>{1,1}</SourceType>
  <SourceName>{0,1}</SourceName>
  <SoftwareName>{1,1}</SoftwareName>
  <SoftwareVersion>{1,1}</SoftwareVersion>
  <SourceContactEmail>{0,1}</SourceContactEmail>
  <SourceContactExtension>{0,1}</SourceContactExtension>
  <SourceContactFirst>{0,1}</SourceContactFirst>
  <SourceContactLast>{0,1}</SourceContactLast>
  <SourceContactPhone>{0,1}</SourceContactPhone>
  <Export>{0,unbounded}</Export>
</Source>
Asserts
Test XPath default namespace Annotation
if (hmis:SourceType/text()!='1') then boolean(hmis:SourceName) else true()
if (hmis:SourceType/text()='1') then boolean(hmis:SourceID) else true()
Source
<xs:element name="Source" type="hmis:source" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SourceID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Source's unique ID. If SourceType = 1, this field may not be null and must identify the HUD CoC Code of the HMIS implementation from which data are being exported in the format of two letters, a dash, and 3 numbers.  ^[a-zA-Z]{2}-[0-9]{3}$ . If SourceType !=1, this field may be null or used to specify other characteristics, as agreed upon by sender and receiver.
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
minOccurs 0
Facets
maxLength 32
Source
<xs:element name="SourceID" type="hmis:string32" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Source's unique ID. If SourceType = 1, this field may not be null and must identify the HUD CoC Code of the HMIS implementation from which data are being exported in the format of two letters, a dash, and 3 numbers. ^[a-zA-Z]{2}-[0-9]{3}$ . If SourceType !=1, this field may be null or used to specify other characteristics, as agreed upon by sender and receiver.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SourceType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Identifies whether the source database is a continuum-operated HMIS (1), an agency-specific database (2), a data warehouse (3), or other (4).  An HMIS implementation operated jointly by more than one continuum should be identified as a data warehouse.
Diagram
Diagram HUD_HMIS_xsd.tmp#sourceType
Type sourceType
Properties
content simple
Facets
enumeration 1
continuum-operated HMIS
enumeration 2
agency-specific database
enumeration 3
data warehouse
enumeration 4
other
Source
<xs:element name="SourceType" type="hmis:sourceType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies whether the source database is a continuum-operated HMIS (1), an agency-specific database (2), a data warehouse (3), or other (4). An HMIS implementation operated jointly by more than one continuum should be identified as a data warehouse.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SourceName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
If the source database is not an HMIS implementation (if SourceType != 1), this field may not be null and must identify the organization responsible for the database.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="SourceName" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">If the source database is not an HMIS implementation (if SourceType != 1), this field may not be null and must identify the organization responsible for the database.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SoftwareName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
The name of the software provider generating this XML.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="SoftwareName" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the software provider generating this XML.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SoftwareVersion
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Version number of the software being used by the software provider.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="SoftwareVersion" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en">Version number of the software being used by the software provider.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SourceContactEmail
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Email address of the person to contact about this XML data.
Diagram
Diagram HUD_HMIS_xsd.tmp#email
Type email
Properties
content simple
minOccurs 0
Facets
pattern (([A-Za-z0-9]+_+)|([A-Za-z0-9]+\-+)|([A-Za-z0-9]+\.+)|([A-Za-z0-9]+\++))*[A-Za-z0-9]+@((\w+\-+)|(\w+\.))*\w{1,63}\.[a-zA-Z]{2,6}
Source
<xs:element name="SourceContactEmail" type="hmis:email" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Email address of the person to contact about this XML data.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SourceContactExtension
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Used with SourceContactPhone to contact the person who can answer questions about this XML.
Diagram
Diagram HUD_HMIS_xsd.tmp#extension
Type extension
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{1,5}
Source
<xs:element name="SourceContactExtension" type="hmis:extension" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used with SourceContactPhone to contact the person who can answer questions about this XML.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SourceContactFirst
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
First name of the person to contact about this XML data.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="SourceContactFirst" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">First name of the person to contact about this XML data.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SourceContactLast
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Last name of the person to contact about this XML data.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="SourceContactLast" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Last name of the person to contact about this XML data.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / SourceContactPhone
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Phone number of the person to contact about this XML data; used with SourceContactExtension.
Diagram
Diagram HUD_HMIS_xsd.tmp#phoneNumber
Type phoneNumber
Properties
content simple
minOccurs 0
Facets
pattern [2-9][0-9]{2}[2-9][0-9]{2}[0-9]{4}
Source
<xs:element name="SourceContactPhone" type="hmis:phoneNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Phone number of the person to contact about this XML data; used with SourceContactExtension.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element source / Export
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
An export is a set of data being transmitted for a specific purpose (see ExportType).  A single XML file can have many different Exports of different types and date ranges.
Diagram
Diagram
Type export
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Affiliation, Client, ClientVeteranInfo, CoC, ConnectionWithSOAR, DateOfEngagement, Disabilities, DomesticViolence, Education, Employment, Enrollment, EnrollmentCoC, EntryRHSP, EntryRHY, EntrySSVF, Exit, ExitHousingAssessment, ExitRHY, ExportDate, ExportDirective, ExportID, ExportPeriod, ExportPeriodType, Funder, HealthInsurance, HealthStatus, HousingAssessmentDisposition, IncomeAndSources, Inventory, MedicalAssistance, NonCashBenefits, Organization, PATHStatus, Project, RHYBCPStatus, ResidentialMoveInDate, ServiceFAReferral, Site
Instance
<Export xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ExportID>{1,1}</ExportID>
  <ExportDate>{1,1}</ExportDate>
  <ExportPeriod>{1,1}</ExportPeriod>
  <ExportPeriodType>{1,1}</ExportPeriodType>
  <ExportDirective>{1,1}</ExportDirective>
  <Affiliation dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Affiliation>
  <Client dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Client>
  <ConnectionWithSOAR dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</ConnectionWithSOAR>
  <DateOfEngagement dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</DateOfEngagement>
  <Disabilities dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</Disabilities>
  <DomesticViolence dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</DomesticViolence>
  <Education dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</Education>
  <Employment dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</Employment>
  <Enrollment dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Enrollment>
  <EnrollmentCoC dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</EnrollmentCoC>
  <Exit dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Exit>
  <ExitHousingAssessment dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ExitHousingAssessment>
  <ExitRHY dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ExitRHY>
  <Funder dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Funder>
  <HealthInsurance dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</HealthInsurance>
  <HealthStatus dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</HealthStatus>
  <HousingAssessmentDisposition dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</HousingAssessmentDisposition>
  <IncomeAndSources dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</IncomeAndSources>
  <Inventory dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</Inventory>
  <MedicalAssistance dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</MedicalAssistance>
  <NonCashBenefits dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="">{1,1}</NonCashBenefits>
  <Organization dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Organization>
  <PATHStatus dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</PATHStatus>
  <EntrySSVF dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</EntrySSVF>
  <Project dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Project>
  <CoC dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</CoC>
  <ResidentialMoveInDate dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ResidentialMoveInDate>
  <RHYBCPStatus dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</RHYBCPStatus>
  <ServiceFAReferral dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ServiceFAReferral>
  <Site dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</Site>
  <ClientVeteranInfo dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</ClientVeteranInfo>
  <EntryRHSP dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</EntryRHSP>
  <EntryRHY dateCreated="" dateDeleted="" dateUpdated="" userID="">{1,1}</EntryRHY>
</Export>
Asserts
Test XPath default namespace Annotation
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:ClientVeteranInfo[hmis:PersonalID = $id]) le 1)
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:Enrollment[hmis:PersonalID = $id]) ge 1)
every $id in hmis:CoC/hmis:CoCCode satisfies (fn:count(hmis:EnrollmentCoC[hmis:CoCCode = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ConnectionWithSOAR[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Contact[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DateOfEngagement[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Disabilities[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DomesticViolence[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Employment[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EnrollmentCoC[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntryRHY[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntrySSVF[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Exit[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:HealthInsurance[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:HealthStatus[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:IncomeAndSources[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:MedicalAssistance[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:NonCashBenefits[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PathStatus[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntryRHSP[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ResidentialMoveInDate[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:RHYBCPStatus[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ServiceFAReferral[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitHousingAssessment[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitRHY[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:FamilyReunification[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:HousingAssessmentDisposition[hmis:ExitID = $id]) le 1)
every $id in hmis:Organization/hmis:OrganizationID satisfies (fn:count(hmis:Project[hmis:OrganizationID = $id]) ge 0)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Affiliation[hmis:ProjectID = $id]) ge 0)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:CoC[hmis:ProjectID = $id]) ge 1)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Funder[hmis:ProjectID = $id]) ge 1)
every $id in hmis:Enrollment/hmis:HouseholdID satisfies (fn:count(hmis:Enrollment/hmis:RelationshipToHoH[text()= '1'][../hmis:HouseholdID = $id] ) eq 1)
Source
<xs:element name="Export" type="hmis:export" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">An export is a set of data being transmitted for a specific purpose (see ExportType). A single XML file can have many different Exports of different types and date ranges.</xs:documentation>
  </xs:annotation>
  <xs:key name="clientKey">
    <xs:selector xpath="hmis:Client"/>
    <xs:field xpath="hmis:PersonalID"/>
  </xs:key>
  <xs:key name="cocKey">
    <xs:selector xpath="hmis:CoC"/>
    <xs:field xpath="hmis:CoCCode"/>
  </xs:key>
  <xs:key name="enrollmentKey">
    <xs:selector xpath="hmis:Enrollment"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:key>
  <xs:key name="exitKey">
    <xs:selector xpath="hmis:Exit"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:key>
  <xs:key name="organizationKey">
    <xs:selector xpath="hmis:Organization"/>
    <xs:field xpath="hmis:OrganizationID"/>
  </xs:key>
  <xs:key name="projectKey">
    <xs:selector xpath="hmis:Project"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:key>
  <xs:keyref name="affiliationProjectKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:Affiliation"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:keyref>
  <xs:keyref name="affiliationResProjectKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:Affiliation"/>
    <xs:field xpath="hmis:ResProjectID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentClientKeyRef" refer="clientKey">
    <xs:selector xpath="hmis:Enrollment"/>
    <xs:field xpath="hmis:PersonalID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentCoCCoCKeyRef" refer="cocKey">
    <xs:selector xpath="hmis:EnrollmentCoC"/>
    <xs:field xpath="hmis:CoCCode"/>
  </xs:keyref>
  <xs:keyref name="enrollmentCoCEnrollmentKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:EnrollmentCoC"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentContactKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Contact"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentDateOfEngagementKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:DateOfEngagement"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentDisabilitiesKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Disabilities"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentDomesticViolenceKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:DomesticViolence"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEducationKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Education"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEmploymentKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Employment"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEnrollmentCoCKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:EnrollmentCoC"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentExitKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:Exit"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentFormerWardChildWelfareKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:FormerWardChildWelfare"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentFormerWardJuvenileJusticeKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:FormerWardJuvenileJustice"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentHealthInsuranceKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:HealthInsurance"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentHealthStatusKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:HealthStatus"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentIncomeAndSourcesKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:IncomeAndSources"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentMedicalAssistanceKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:MedicalAssistance"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentNonCashBenefitsKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:NonCashBenefits"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentPATHStatusKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:PATHStatus"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEntrySSVFKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:EntrySSVF"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentReferralSourceKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:ReferralSource"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentResidentialMoveInDateKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:ResidentialMoveInDate"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentRHYBCPStatusKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:NonCashBenefits"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentServiceFAReferralKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:ServiceFAReferral"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentSexualOrientationKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:SexualOrientation"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEntryRHSPKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:EntryRHSP"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="enrollmentEntryRHYKeyRef" refer="enrollmentKey">
    <xs:selector xpath="hmis:EntryRHY"/>
    <xs:field xpath="hmis:ProjectEntryID"/>
  </xs:keyref>
  <xs:keyref name="exitExitHousingAssessmentKeyRef" refer="exitKey">
    <xs:selector xpath="hmis:ExitHousingAssessment"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:keyref>
  <xs:keyref name="exitExitRHYKeyRef" refer="exitKey">
    <xs:selector xpath="hmis:ExitRHY"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:keyref>
  <xs:keyref name="exitFamilyReunificationKeyRef" refer="exitKey">
    <xs:selector xpath="hmis:FamilyReunification"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:keyref>
  <xs:keyref name="exitHousingAssessmentDispositionKeyRef" refer="exitKey">
    <xs:selector xpath="hmis:HousingAssessmentDisposition"/>
    <xs:field xpath="hmis:ExitID"/>
  </xs:keyref>
  <xs:keyref name="inventoryCoCKeyRef" refer="cocKey">
    <xs:selector xpath="hmis:Inventory"/>
    <xs:field xpath="hmis:CoCCode"/>
  </xs:keyref>
  <xs:keyref name="projectOrganizationKeyRef" refer="organizationKey">
    <xs:selector xpath="hmis:Project"/>
    <xs:field xpath="hmis:OrganizationID"/>
  </xs:keyref>
  <xs:keyref name="cocProjectKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:CoC"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:keyref>
  <xs:keyref name="projectEnrollmentKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:Enrollment"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:keyref>
  <xs:keyref name="projectFunderKeyRef" refer="projectKey">
    <xs:selector xpath="hmis:Funder"/>
    <xs:field xpath="hmis:ProjectID"/>
  </xs:keyref>
  <xs:keyref name="siteCoCKeyRef" refer="cocKey">
    <xs:selector xpath="hmis:Site"/>
    <xs:field xpath="hmis:CoCCode"/>
  </xs:keyref>
  <xs:keyref name="clientVeteranInfoClientKeyRef" refer="clientKey">
    <xs:selector xpath="hmis:ClientVeteranInfo"/>
    <xs:field xpath="hmis:PersonalID"/>
  </xs:keyref>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ExportID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Export's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExportID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Export's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ExportDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Time the export was performed.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="ExportDate" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="en">Time the export was performed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ExportPeriod
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
The date range bounding the data set being transmitted.  Used with ExportPeriodType to clarify what the date range represents.
Diagram
Diagram HUD_HMIS_xsd.tmp#dateRangeCapped_StartDate HUD_HMIS_xsd.tmp#dateRangeCapped_EndDate HUD_HMIS_xsd.tmp#dateRangeCapped
Type dateRangeCapped
Properties
content complex
Model
Children EndDate, StartDate
Instance
<ExportPeriod xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <StartDate>{1,1}</StartDate>
  <EndDate>{1,1}</EndDate>
</ExportPeriod>
Source
<xs:element name="ExportPeriod" type="hmis:dateRangeCapped">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date range bounding the data set being transmitted. Used with ExportPeriodType to clarify what the date range represents.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element dateRangeCapped / StartDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="StartDate" type="xs:dateTime"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element dateRangeCapped / EndDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="EndDate" type="xs:dateTime"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ExportPeriodType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Pick one of the types to specify the definition of export period being used in ExportPeriod.
Diagram
Diagram HUD_HMIS_xsd.tmp#exportPeriodType
Type exportPeriodType
Properties
content simple
Facets
enumeration updated
Exported data sets with an ExportPeriodType of ‘updated’ will include all records with a dateCreated, dateUpdated, or a dateDeleted that falls between the Export.StartDate and the Export.EndDate.
enumeration effective
Exported data sets with an ExportPeriod type of ‘effective’ will include all enrollment data, along with associated client and project descriptor data, where the informationDate (or other effective date such as Project.EntryDate, Project.ExitDate, ContactDate, etc.) falls between the Export.StartDate and the Export.EndDate.
enumeration reportingPeriod
‘reportingPeriod’ exports include all records needed for reporting on clients and enrollments active in the export period.  This will include all records in Enrollments (regardless of informationDate, dateCreated, dateUpdated, etc.), client files, and project descriptor files associated with a ProjectEntryID where: ProjectEntryDate is on or before the Export.EndDate; Project.ExitDate is null OR Project.ExitDate is on or after the Export.StartDate; ProjectID is associated with a project selected by a user for export OR the user did not choose to filter the export by Project; A CoCCode associated with the ProjectEntryID matches a CoCCode selected by a user for export OR the user did not choose to filter the export by CoCCode.
enumeration other
The ‘other’ type of ExportPeriodType is used to identify exports in which records were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data."
Source
<xs:element name="ExportPeriodType" type="hmis:exportPeriodType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Pick one of the types to specify the definition of export period being used in ExportPeriod.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ExportDirective
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Select one of the ExportDirective choices to instruct the target as to how the data being transmitted should be handled.
Diagram
Diagram HUD_HMIS_xsd.tmp#exportDirective
Type exportDirective
Properties
content simple
Facets
enumeration deltaRefresh
The data contained in this file is meant to be synchronized with an existing data set.
enumeration fullRefresh
The data contained in this file is meant to replace an existing data set for the export period.
enumeration other
The data contained in this file were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data.
Source
<xs:element name="ExportDirective" type="hmis:exportDirective">
  <xs:annotation>
    <xs:documentation xml:lang="en">Select one of the ExportDirective choices to instruct the target as to how the data being transmitted should be handled.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Affiliation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#affiliation_AffiliationID HUD_HMIS_xsd.tmp#affiliation_ProjectID HUD_HMIS_xsd.tmp#affiliation_ResProjectID HUD_HMIS_xsd.tmp#affiliation
Type affiliation
Properties
content complex
Model
Children AffiliationID, ProjectID, ResProjectID
Instance
<Affiliation dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <AffiliationID>{1,1}</AffiliationID>
  <ProjectID>{1,1}</ProjectID>
  <ResProjectID>{1,1}</ResProjectID>
</Affiliation>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Affiliation" type="hmis:affiliation"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element affiliation / AffiliationID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Affiliation's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="AffiliationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Affiliation's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element affiliation / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to a Project element
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element affiliation / ResProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See HMIS Data Dictionary (Proposed Amendment), Section 2.4, Project Type.2AB.
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ResProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See HMIS Data Dictionary (Proposed Amendment), Section 2.4, Project Type.2AB.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Client
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#client_PersonalID HUD_HMIS_xsd.tmp#client_FirstName HUD_HMIS_xsd.tmp#client_MiddleName HUD_HMIS_xsd.tmp#client_LastName HUD_HMIS_xsd.tmp#client_NameSuffix HUD_HMIS_xsd.tmp#client_NameDataQuality HUD_HMIS_xsd.tmp#client_SSN HUD_HMIS_xsd.tmp#client_SSNDataQuality HUD_HMIS_xsd.tmp#client_DOB HUD_HMIS_xsd.tmp#client_DOBDataQuality HUD_HMIS_xsd.tmp#client_Gender HUD_HMIS_xsd.tmp#client_Ethnicity HUD_HMIS_xsd.tmp#client_Race HUD_HMIS_xsd.tmp#client_VeteranStatus HUD_HMIS_xsd.tmp#client
Type client
Properties
content complex
Model
Children DOB, DOBDataQuality, Ethnicity, FirstName, Gender, LastName, MiddleName, NameDataQuality, NameSuffix, PersonalID, Race, SSN, SSNDataQuality, VeteranStatus
Instance
<Client dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <PersonalID>{1,1}</PersonalID>
  <FirstName hashStatus="">{0,1}</FirstName>
  <MiddleName hashStatus="">{0,1}</MiddleName>
  <LastName hashStatus="">{0,1}</LastName>
  <NameSuffix>{0,1}</NameSuffix>
  <NameDataQuality>{1,1}</NameDataQuality>
  <SSN hashStatus="">{0,1}</SSN>
  <SSNDataQuality>{1,1}</SSNDataQuality>
  <DOB>{0,1}</DOB>
  <DOBDataQuality>{1,1}</DOBDataQuality>
  <Gender>{1,1}</Gender>
  <Ethnicity>{1,1}</Ethnicity>
  <Race>{1,5}</Race>
  <VeteranStatus>{1,1}</VeteranStatus>
</Client>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Client" type="hmis:client"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / PersonalID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.13.
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="PersonalID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.13.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / FirstName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.1.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#nameHashingOption
Type nameHashingOption
Type Alternatives
Type Test XPath default namespace Annotation
nameHashingOptionPlain @hmis:hashStatus='1'
nameHashingOptionSHA1RHY @hmis:hashStatus='2'
nameHashingOption @hmis:hashStatus='3'
nameHashingOption [Default Type]
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:element name="FirstName" type="hmis:nameHashingOption" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.1.</xs:documentation>
  </xs:annotation>
  <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
  <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
  <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / MiddleName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.1.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#nameHashingOption
Type nameHashingOption
Type Alternatives
Type Test XPath default namespace Annotation
nameHashingOptionPlain @hmis:hashStatus='1'
nameHashingOptionSHA1RHY @hmis:hashStatus='2'
nameHashingOption @hmis:hashStatus='3'
nameHashingOption [Default Type]
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:element name="MiddleName" type="hmis:nameHashingOption" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.2.</xs:documentation>
  </xs:annotation>
  <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
  <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
  <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / LastName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.1.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#nameHashingOption
Type nameHashingOption
Type Alternatives
Type Test XPath default namespace Annotation
nameHashingOptionPlain @hmis:hashStatus='1'
nameHashingOptionSHA1RHY @hmis:hashStatus='2'
nameHashingOption @hmis:hashStatus='3'
nameHashingOption [Default Type]
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:element name="LastName" type="hmis:nameHashingOption" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.3.</xs:documentation>
  </xs:annotation>
  <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
  <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
  <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / NameSuffix
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.1.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="NameSuffix" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / NameDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.1.5.
Diagram
Diagram HUD_HMIS_xsd.tmp#nameDataQuality
Type nameDataQuality
Properties
content simple
Facets
enumeration 1
Full name reported
enumeration 2
Partial, street name, or code name reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NameDataQuality" type="hmis:nameDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / SSN
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.2.1.
Unknown SSN digits should be indicated with a lower case "x".
Diagram
Diagram HUD_HMIS_xsd.tmp#ssnHashingOption
Type ssnHashingOption
Type Alternatives
Type Test XPath default namespace Annotation
ssnHashingOptionPlain @hmis:hashStatus='1'
ssnHashingOptionSHA1RHY @hmis:hashStatus='2'
ssnHashingOption @hmis:hashStatus='3'
ssnHashingOptionPlain @hmis:hashStatus
ssnHashingOption [Default Type]
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:element name="SSN" type="hmis:ssnHashingOption" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.2.1.</xs:documentation>
    <xs:documentation xml:lang="en">Unknown SSN digits should be indicated with a lower case "x".</xs:documentation>
  </xs:annotation>
  <xs:alternative test="@hmis:hashStatus='1'" type="hmis:ssnHashingOptionPlain"/>
  <xs:alternative test="@hmis:hashStatus='2'" type="hmis:ssnHashingOptionSHA1RHY"/>
  <xs:alternative test="@hmis:hashStatus='3'" type="hmis:ssnHashingOption"/>
  <xs:alternative test="@hmis:hashStatus" type="hmis:ssnHashingOptionPlain"/>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / SSNDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.2.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#ssnDataQuality
Type ssnDataQuality
Properties
content simple
Facets
enumeration 1
Full SSN reported
enumeration 2
Approximate or partial SSN reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="SSNDataQuality" type="hmis:ssnDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.2.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / DOB
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.3.1.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="DOB" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.3.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / DOBDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.3.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#dobDataQuality
Type dobDataQuality
Properties
content simple
Facets
enumeration 1
Full DOB reported
enumeration 2
Approximate or partial DOB reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DOBDataQuality" type="hmis:dobDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.3.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / Gender
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.6.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#gender
Type gender
Properties
content simple
Facets
enumeration 0
Female
enumeration 1
Male
enumeration 2
Transgender male to female
enumeration 3
Transgender female to male
enumeration 4
Doesn’t identify as male, female, or transgender
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Gender" type="hmis:gender">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.6.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / Ethnicity
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.5.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#ethnicity
Type ethnicity
Properties
content simple
Facets
enumeration 0
Non-Hispanic/Non-Latino
enumeration 1
Hispanic/Latino
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Ethnicity" type="hmis:ethnicity">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.5.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / Race
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.4.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#race
Type race
Properties
content simple
maxOccurs 5
Facets
enumeration 1
American Indian or Alaska Native
enumeration 2
Asian
enumeration 3
Black or African American
enumeration 4
Native Hawaiian or Other Pacific Islander
enumeration 5
White
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Race" type="hmis:race" maxOccurs="5">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.4.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element client / VeteranStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.7.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="VeteranStatus" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.7.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ConnectionWithSOAR
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#connectionWithSOAR_ConnectionWithSOARID HUD_HMIS_xsd.tmp#connectionWithSOAR_ProjectEntryID HUD_HMIS_xsd.tmp#connectionWithSOAR_ConnectionWithSOAR HUD_HMIS_xsd.tmp#connectionWithSOAR
Type connectionWithSOAR
Properties
content complex
Model
Children ConnectionWithSOAR, ConnectionWithSOARID, ProjectEntryID
Instance
<ConnectionWithSOAR dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ConnectionWithSOARID>{1,1}</ConnectionWithSOARID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <ConnectionWithSOAR>{1,1}</ConnectionWithSOAR>
</ConnectionWithSOAR>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ConnectionWithSOAR" type="hmis:connectionWithSOAR"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element connectionWithSOAR / ConnectionWithSOARID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the connectionWithSOAR's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ConnectionWithSOARID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the connectionWithSOAR's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element connectionWithSOAR / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element connectionWithSOAR / ConnectionWithSOAR
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.21.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ConnectionWithSOAR" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.21.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / DateOfEngagement
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#dateOfEngagement_DateOfEngagementID HUD_HMIS_xsd.tmp#dateOfEngagement_ProjectEntryID HUD_HMIS_xsd.tmp#dateOfEngagement_DateOfEngagement HUD_HMIS_xsd.tmp#dateOfEngagement
Type dateOfEngagement
Properties
content complex
Model
Children DateOfEngagement, DateOfEngagementID, ProjectEntryID
Instance
<DateOfEngagement dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <DateOfEngagementID>{1,1}</DateOfEngagementID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DateOfEngagement>{1,1}</DateOfEngagement>
</DateOfEngagement>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="DateOfEngagement" type="hmis:dateOfEngagement"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element dateOfEngagement / DateOfEngagementID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the DateOfEngagement's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="DateOfEngagementID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the DateOfEngagement's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element dateOfEngagement / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element dateOfEngagement / DateOfEngagement
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.13.1.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="DateOfEngagement" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.13.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Disabilities
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#disabilities_DisabilitiesID HUD_HMIS_xsd.tmp#disabilities_ProjectEntryID HUD_HMIS_xsd.tmp#disabilities_DisabilityType HUD_HMIS_xsd.tmp#disabilities_DisabilityResponse HUD_HMIS_xsd.tmp#disabilities_IndefiniteAndImpairsIndependence HUD_HMIS_xsd.tmp#disabilities_DocumentationOnFile HUD_HMIS_xsd.tmp#disabilities_ReceivingServices HUD_HMIS_xsd.tmp#disabilities_PATHHowConfirmed HUD_HMIS_xsd.tmp#disabilities_PATHSMIInformation HUD_HMIS_xsd.tmp#disabilities_TCellCountAvailable HUD_HMIS_xsd.tmp#disabilities_TCellCount HUD_HMIS_xsd.tmp#disabilities_TCellSource HUD_HMIS_xsd.tmp#disabilities_ViralLoadAvailable HUD_HMIS_xsd.tmp#disabilities_ViralLoad HUD_HMIS_xsd.tmp#disabilities_ViralLoadSource HUD_HMIS_xsd.tmp#disabilities
Type disabilities
Properties
content complex
Model
Children DisabilitiesID, DisabilityResponse, DisabilityType, DocumentationOnFile, IndefiniteAndImpairsIndependence, PATHHowConfirmed, PATHSMIInformation, ProjectEntryID, ReceivingServices, TCellCount, TCellCountAvailable, TCellSource, ViralLoad, ViralLoadAvailable, ViralLoadSource
Instance
<Disabilities dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <DisabilitiesID>{1,1}</DisabilitiesID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DisabilityType>{1,1}</DisabilityType>
  <DisabilityResponse>{1,1}</DisabilityResponse>
  <IndefiniteAndImpairsIndependence>{1,1}</IndefiniteAndImpairsIndependence>
  <DocumentationOnFile>{0,1}</DocumentationOnFile>
  <ReceivingServices>{1,1}</ReceivingServices>
  <PATHHowConfirmed>{0,1}</PATHHowConfirmed>
  <PATHSMIInformation>{0,1}</PATHSMIInformation>
  <TCellCountAvailable>{0,1}</TCellCountAvailable>
  <TCellCount>{0,1}</TCellCount>
  <TCellSource>{0,1}</TCellSource>
  <ViralLoadAvailable>{0,1}</ViralLoadAvailable>
  <ViralLoad>{0,1}</ViralLoad>
  <ViralLoadSource>{0,1}</ViralLoadSource>
</Disabilities>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:TCellCountAvailable) then boolean(hmis:DisabilityType/text()='8') else true()
if (hmis:TCellCountAvailable/text()='1') then boolean(hmis:TCellCount) else (if (not(hmis:TCellCountAvailable/text()='1')) then (not(boolean(hmis:TCellCount))) else false())
if (hmis:TCellCount) then boolean(hmis:TCellSource) else (if (not(hmis:TCellCount)) then (not(boolean(hmis:TCellSource))) else false())
if (hmis:ViralLoadAvailable) then boolean(hmis:DisabilityType/text()='8') else true()
if (hmis:ViralLoadAvailable/text()='1') then boolean(hmis:ViralLoad) else (if (not(hmis:ViralLoadAvailable/text()='1')) then (not(boolean(hmis:ViralLoad))) else false())
if (hmis:ViralLoad) then boolean(hmis:ViralLoadSource) else (if (not(hmis:ViralLoad)) then (not(boolean(hmis:ViralLoadSource))) else false())
Source
<xs:element name="Disabilities" type="hmis:disabilities"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / DisabilitiesID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Exit's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="DisabilitiesID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / DisabilityType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
The permissible values correspond to the decimal values of the corresponding disability types.  4.5 Physical Disability is "5" and 4.10 Substance Abuse is "10".
Diagram
Diagram HUD_HMIS_xsd.tmp#disabilityType
Type disabilityType
Properties
content simple
Facets
enumeration 5
Physical Disability
enumeration 6
Developmental Disability
enumeration 7
Chronic Health Condition
enumeration 8
HIV/AIDS
enumeration 9
Mental Health Problem
enumeration 10
Substance Abuse
Source
<xs:element name="DisabilityType" type="hmis:disabilityType">
  <xs:annotation>
    <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding disability types. 4.5 Physical Disability is "5" and 4.10 Substance Abuse is "10".</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / DisabilityResponse
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2.  Permissable values vary depending on which disability type is declared.  The values are contined with "Field and Response(s) 2" within 4.5 through 4.10.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="DisabilityResponse" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2. Permissable values vary depending on which disability type is declared. The values are contined with "Field and Response(s) 2" within 4.5 through 4.10.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / IndefiniteAndImpairsIndependence
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2A.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="IndefiniteAndImpairsIndependence" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / DocumentationOnFile
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2B.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="DocumentationOnFile" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / ReceivingServices
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2C.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ReceivingServices" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2C.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / PATHHowConfirmed
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.9-4.10, Response #2D.
Diagram
Diagram HUD_HMIS_xsd.tmp#pathHowConfirmed
Type pathHowConfirmed
Properties
content simple
minOccurs 0
Facets
enumeration 1
Unconfirmed; presumptive or self-report
enumeration 2
Confirmed through assessment and clinical evaluation
enumeration 3
Confirmed by prior evaluation or clinical records
enumeration 99
Data not collected
Source
<xs:element name="PATHHowConfirmed" type="hmis:pathHowConfirmed" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.9-4.10, Response #2D.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / PATHSMIInformation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.9, Response #2E.
Diagram
Diagram HUD_HMIS_xsd.tmp#pathSMIInformation
Type pathSMIInformation
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Unconfirmed; presumptive or self-report
enumeration 2
Confirmed through assessment and clinical evaluation
enumeration 3
Confirmed by prior evaluation or clinical records
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="PATHSMIInformation" type="hmis:pathSMIInformation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.9, Response #2E.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / TCellCountAvailable
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.47 #2.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="TCellCountAvailable" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47 #2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / TCellCount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.47 A.
Diagram
Diagram HUD_HMIS_xsd.tmp#tCellCount
Type tCellCount
Properties
content simple
minOccurs 0
Facets
maxInclusive 1500
minInclusive 0
Source
<xs:element name="TCellCount" type="hmis:tCellCount" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47 A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / TCellSource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.47.B.
Diagram
Diagram HUD_HMIS_xsd.tmp#tCellOrViralLoadSource
Type tCellOrViralLoadSource
Properties
content simple
minOccurs 0
Facets
enumeration 1
Medical Report
enumeration 2
Client Report
enumeration 3
Other
Source
<xs:element name="TCellSource" type="hmis:tCellOrViralLoadSource" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47.B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / ViralLoadAvailable
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.47.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#viralLoadAvailable
Type viralLoadAvailable
Properties
content simple
minOccurs 0
Facets
enumeration 0
Not available
enumeration 1
Available
enumeration 2
Undetectable
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ViralLoadAvailable" type="hmis:viralLoadAvailable" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / ViralLoad
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.47.C.
Diagram
Diagram HUD_HMIS_xsd.tmp#viralLoad
Type viralLoad
Properties
content simple
minOccurs 0
Facets
maxInclusive 999999
minInclusive 0
Source
<xs:element name="ViralLoad" type="hmis:viralLoad" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47.C.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element disabilities / ViralLoadSource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.47 D.
Diagram
Diagram HUD_HMIS_xsd.tmp#tCellOrViralLoadSource
Type tCellOrViralLoadSource
Properties
content simple
minOccurs 0
Facets
enumeration 1
Medical Report
enumeration 2
Client Report
enumeration 3
Other
Source
<xs:element name="ViralLoadSource" type="hmis:tCellOrViralLoadSource" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47 D.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / DomesticViolence
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#domesticViolence_DomesticViolenceID HUD_HMIS_xsd.tmp#domesticViolence_ProjectEntryID HUD_HMIS_xsd.tmp#domesticViolence_DomesticViolenceVictim HUD_HMIS_xsd.tmp#domesticViolence_WhenOccurred HUD_HMIS_xsd.tmp#domesticViolence_CurrentlyFleeing HUD_HMIS_xsd.tmp#domesticViolence
Type domesticViolence
Properties
content complex
Model
Children CurrentlyFleeing, DomesticViolenceID, DomesticViolenceVictim, ProjectEntryID, WhenOccurred
Instance
<DomesticViolence dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <DomesticViolenceID>{1,1}</DomesticViolenceID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DomesticViolenceVictim>{0,1}</DomesticViolenceVictim>
  <WhenOccurred>{0,1}</WhenOccurred>
  <CurrentlyFleeing>{0,1}</CurrentlyFleeing>
</DomesticViolence>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:DomesticViolenceVictim/text()='1') then boolean(hmis:CurrentlyFleeing) else (if (not(hmis:DomesticViolenceVictim/text()='1')) then (not(boolean(hmis:CurrentlyFleeing))) else false())
Source
<xs:element name="DomesticViolence" type="hmis:domesticViolence"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element domesticViolence / DomesticViolenceID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the DomesticViolence's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="DomesticViolenceID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the DomesticViolence's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element domesticViolence / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element domesticViolence / DomesticViolenceVictim
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.11.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DomesticViolenceVictim" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.11.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element domesticViolence / WhenOccurred
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.11.A.
Diagram
Diagram HUD_HMIS_xsd.tmp#whenOccurred
Type whenOccurred
Properties
content simple
minOccurs 0
Facets
enumeration 1
Within the past three months
enumeration 2
Three to six months ago (excluding six months exactly)
enumeration 3
Six months to one year ago (excluding one year exactly)
enumeration 4
One year ago or more
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WhenOccurred" type="hmis:whenOccurred" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.11.A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element domesticViolence / CurrentlyFleeing
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.11.B.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="CurrentlyFleeing" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.11.B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Education
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#education_EducationID HUD_HMIS_xsd.tmp#education_ProjectEntryID HUD_HMIS_xsd.tmp#education_LastGradeCompleted HUD_HMIS_xsd.tmp#education_SchoolStatus HUD_HMIS_xsd.tmp#education
Type education
Properties
content complex
Model
Children EducationID, LastGradeCompleted, ProjectEntryID, SchoolStatus
Instance
<Education dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <EducationID>{1,1}</EducationID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <LastGradeCompleted>{0,1}</LastGradeCompleted>
  <SchoolStatus>{0,1}</SchoolStatus>
</Education>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Education" type="hmis:education"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element education / EducationID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the LastGradeCompleted's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EducationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the LastGradeCompleted's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element education / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element education / LastGradeCompleted
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.24.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#lastGradeCompletedSimple
Type lastGradeCompletedSimple
Properties
content simple
minOccurs 0
Facets
enumeration 1
Less than Grade 5
enumeration 2
Grades 5-6
enumeration 3
Grades 7-8
enumeration 4
Grades 9-11
enumeration 5
Grade 12
enumeration 6
School program does not have grade levels
enumeration 7
GED
enumeration 10
Some college
enumeration 11
Associate’s degree
enumeration 12
Bachelor’s degree
enumeration 13
Graduate degree
enumeration 14
Vocational certification
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="LastGradeCompleted" type="hmis:lastGradeCompletedSimple" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.24.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element education / SchoolStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.25.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#schoolStatus
Type schoolStatus
Properties
content simple
minOccurs 0
Facets
enumeration 1
Attending school regularly
enumeration 2
Attending school irregularly
enumeration 3
Graduated from high school
enumeration 4
Obtained GED
enumeration 5
Dropped out
enumeration 6
Suspended
enumeration 7
Expelled
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="SchoolStatus" type="hmis:schoolStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.25.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Employment
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.26
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#employment_EmploymentID HUD_HMIS_xsd.tmp#employment_ProjectEntryID HUD_HMIS_xsd.tmp#employment_Employed HUD_HMIS_xsd.tmp#employment_EmploymentType HUD_HMIS_xsd.tmp#employment_NotEmployedReason HUD_HMIS_xsd.tmp#employment
Type employment
Properties
content complex
Model
Children Employed, EmploymentID, EmploymentType, NotEmployedReason, ProjectEntryID
Instance
<Employment dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <EmploymentID>{1,1}</EmploymentID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <Employed>{1,1}</Employed>
  <EmploymentType>{0,1}</EmploymentType>
  <NotEmployedReason>{0,1}</NotEmployedReason>
</Employment>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Employment" type="hmis:employment">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element employment / EmploymentID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Employment's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EmploymentID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Employment's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element employment / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element employment / Employed
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.26.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Employed" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element employment / EmploymentType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.26.2A.
Diagram
Diagram HUD_HMIS_xsd.tmp#employmentType
Type employmentType
Properties
content simple
minOccurs 0
Facets
enumeration 1
Full-timed
enumeration 2
Part-time
enumeration 3
Seasonal / sporadic (including day labor)
enumeration 99
Data not collected
Source
<xs:element name="EmploymentType" type="hmis:employmentType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element employment / NotEmployedReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.26.2B.
Diagram
Diagram HUD_HMIS_xsd.tmp#notEmployedReason
Type notEmployedReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Looking for work
enumeration 2
Unable to work
enumeration 3
Not looking for work
enumeration 99
Data not collected
Source
<xs:element name="NotEmployedReason" type="hmis:notEmployedReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Enrollment
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#enrollment_ProjectEntryID HUD_HMIS_xsd.tmp#enrollment_PersonalID HUD_HMIS_xsd.tmp#enrollment_ProjectID HUD_HMIS_xsd.tmp#enrollment_EntryDate HUD_HMIS_xsd.tmp#enrollment_HouseholdID HUD_HMIS_xsd.tmp#enrollment_RelationshipToHoH HUD_HMIS_xsd.tmp#enrollment_ResidencePrior HUD_HMIS_xsd.tmp#enrollment_ResidencePriorLengthOfStay HUD_HMIS_xsd.tmp#enrollment_LOSUnderThreshold HUD_HMIS_xsd.tmp#enrollment_PreviousStreetESSH HUD_HMIS_xsd.tmp#enrollment_DateToStreetESSH HUD_HMIS_xsd.tmp#enrollment_TimesHomelessPastThreeYears HUD_HMIS_xsd.tmp#enrollment_MonthsHomelessPastThreeYears HUD_HMIS_xsd.tmp#enrollment_DisablingCondition HUD_HMIS_xsd.tmp#enrollment_HousingStatus HUD_HMIS_xsd.tmp#enrollment
Type enrollment
Properties
content complex
Model
Children DateToStreetESSH, DisablingCondition, EntryDate, HouseholdID, HousingStatus, LOSUnderThreshold, MonthsHomelessPastThreeYears, PersonalID, PreviousStreetESSH, ProjectEntryID, ProjectID, RelationshipToHoH, ResidencePrior, ResidencePriorLengthOfStay, TimesHomelessPastThreeYears
Instance
<Enrollment dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <PersonalID>{1,1}</PersonalID>
  <ProjectID>{1,1}</ProjectID>
  <EntryDate>{1,1}</EntryDate>
  <HouseholdID>{1,1}</HouseholdID>
  <RelationshipToHoH>{1,1}</RelationshipToHoH>
  <ResidencePrior>{0,1}</ResidencePrior>
  <ResidencePriorLengthOfStay>{0,1}</ResidencePriorLengthOfStay>
  <LOSUnderThreshold>{0,1}</LOSUnderThreshold>
  <PreviousStreetESSH>{0,1}</PreviousStreetESSH>
  <DateToStreetESSH>{0,1}</DateToStreetESSH>
  <TimesHomelessPastThreeYears>{0,1}</TimesHomelessPastThreeYears>
  <MonthsHomelessPastThreeYears>{0,1}</MonthsHomelessPastThreeYears>
  <DisablingCondition>{1,1}</DisablingCondition>
  <HousingStatus>{0,1}</HousingStatus>
</Enrollment>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3' or hmis:TimesHomelessPastThreeYears/text()='4') then boolean(hmis:MonthsHomelessPastThreeYears) else (if (not(hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3' or hmis:TimesHomelessPastThreeYears/text()='4')) then (not(boolean(hmis:MonthsHomelessPastThreeYears))) else false())
Source
<xs:element name="Enrollment" type="hmis:enrollment"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Enrollment's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Enrollment's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / PersonalID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Client's ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="PersonalID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Client's ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the associated Project's ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the associated Project's ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / EntryDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.10.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="EntryDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.10.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / HouseholdID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.14.
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HouseholdID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.14.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / RelationshipToHoH
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.15.
Diagram
Diagram HUD_HMIS_xsd.tmp#relationshipToHoH
Type relationshipToHoH
Properties
content simple
Facets
enumeration 1
Self (head of household)
enumeration 2
Head of household’s child
enumeration 3
Head of household’s spouse or partner
enumeration 4
Head of household’s other relation member (other relation to head of household)
enumeration 5
Other: non-relation member
Source
<xs:element name="RelationshipToHoH" type="hmis:relationshipToHoH">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.15.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / ResidencePrior
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.917.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#residencePrior
Type residencePrior
Properties
content simple
minOccurs 0
Facets
enumeration 1
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration 2
Transitional housing for homeless persons (including homeless youth)
enumeration 3
Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH)
enumeration 4
Psychiatric hospital or other psychiatric facility
enumeration 5
Substance abuse treatment facility or detox center
enumeration 6
Hospital or other residential non-psychiatric medical facility
enumeration 7
Jail, prison or juvenile detention facility
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 12
Staying or living in a family member’s room, apartment or house
enumeration 13
Staying or living in a friend’s room, apartment or house
enumeration 14
Hotel or motel paid for without emergency shelter voucher
enumeration 15
Foster care home or foster care group home
enumeration 16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration 17
Other
enumeration 18
Safe Haven
enumeration 19
Rental by client, with VASH subsidy
enumeration 20
Rental by client, with other ongoing housing subsidy
enumeration 21
Owned by client, with ongoing housing subsidy
enumeration 22
Rental by client, no ongoing housing subsidy
enumeration 23
Owned by client, no ongoing housing subsidy
enumeration 24
Long-term care facility or nursing home
enumeration 25
Rental by client, with GPD TIP subsidy
enumeration 26
Residential project or halfway house with no homeless criteria
enumeration 27
Interim housing
enumeration 99
Data not collected
Source
<xs:element name="ResidencePrior" type="hmis:residencePrior" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / ResidencePriorLengthOfStay
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.917.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#residencePriorLengthOfStay
Type residencePriorLengthOfStay
Properties
content simple
minOccurs 0
Facets
enumeration 2
One week or more, but less than one month
enumeration 3
One month or more, but less than 90 days
enumeration 4
90 days or more but less than one year
enumeration 5
One year or longer
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 10
One night or less
enumeration 11
Two to six nights
enumeration 99
Data not collected
Source
<xs:element name="ResidencePriorLengthOfStay" type="hmis:residencePriorLengthOfStay" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / LOSUnderThreshold
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.917.2A/2B.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="LOSUnderThreshold" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.2A/2B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / PreviousStreetESSH
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.917.2C.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="PreviousStreetESSH" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.2C.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / DateToStreetESSH
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.917.3.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="DateToStreetESSH" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / TimesHomelessPastThreeYears
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.917.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#timesHomelessPastThreeYears
Type timesHomelessPastThreeYears
Properties
content simple
minOccurs 0
Facets
enumeration 1
One time
enumeration 2
Two times
enumeration 3
Three times
enumeration 4
Four or more times
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="TimesHomelessPastThreeYears" type="hmis:timesHomelessPastThreeYears" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / MonthsHomelessPastThreeYears
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.917.5.
Diagram
Diagram HUD_HMIS_xsd.tmp#monthsHomelessPastThreeYears
Type monthsHomelessPastThreeYears
Properties
content simple
minOccurs 0
Facets
enumeration 101
1 month
enumeration 102
2 months
enumeration 103
3 months
enumeration 104
4 months
enumeration 105
5 months
enumeration 106
6 months
enumeration 107
7 months
enumeration 108
8 months
enumeration 109
9 months
enumeration 110
10 months
enumeration 111
11 months
enumeration 112
12 months
enumeration 113
More than 12 months
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="MonthsHomelessPastThreeYears" type="hmis:monthsHomelessPastThreeYears" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / DisablingCondition
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.8.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DisablingCondition" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.8.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollment / HousingStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#housingStatus
Type housingStatus
Properties
content simple
minOccurs 0
Facets
enumeration 1
Category 1 - Homeless
enumeration 2
Category 2 - At imminent risk of losing housing
enumeration 3
At-risk of homelessness
enumeration 4
Stably Housed
enumeration 5
Category 3 - Homeless only under other federal statutes
enumeration 6
Category 4 - Fleeing domestic violence
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="HousingStatus" type="hmis:housingStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / EnrollmentCoC
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#enrollmentCoC_EnrollmentCoCID HUD_HMIS_xsd.tmp#enrollmentCoC_ProjectEntryID HUD_HMIS_xsd.tmp#enrollmentCoC_HouseholdID HUD_HMIS_xsd.tmp#enrollmentCoC_CoCCode HUD_HMIS_xsd.tmp#enrollmentCoC
Type enrollmentCoC
Properties
content complex
Model
Children CoCCode, EnrollmentCoCID, HouseholdID, ProjectEntryID
Instance
<EnrollmentCoC dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <EnrollmentCoCID>{1,1}</EnrollmentCoCID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <HouseholdID>{1,1}</HouseholdID>
  <CoCCode>{1,1}</CoCCode>
</EnrollmentCoC>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="EnrollmentCoC" type="hmis:enrollmentCoC"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollmentCoC / EnrollmentCoCID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the EnrollmentCoC's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EnrollmentCoCID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the EnrollmentCoC's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollmentCoC / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment's ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment's ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollmentCoC / HouseholdID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Household ID, as a convenience
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HouseholdID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Household ID, as a convenience</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element enrollmentCoC / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the CoC's ID
Diagram
Diagram HUD_HMIS_xsd.tmp#cocCode
Type cocCode
Properties
content simple
Facets
pattern [A-Za-z]{2}-[0-9]{3}
Source
<xs:element name="CoCCode" type="hmis:cocCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoC's ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Exit
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#exit_ExitID HUD_HMIS_xsd.tmp#exit_ProjectEntryID HUD_HMIS_xsd.tmp#exit_ExitDate HUD_HMIS_xsd.tmp#exit_Destination HUD_HMIS_xsd.tmp#exit_OtherDestination HUD_HMIS_xsd.tmp#exit
Type exit
Properties
content complex
Model
Children Destination, ExitDate, ExitID, OtherDestination, ProjectEntryID
Instance
<Exit dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ExitID>{1,1}</ExitID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <ExitDate>{1,1}</ExitDate>
  <Destination>{1,1}</Destination>
  <OtherDestination>{0,1}</OtherDestination>
</Exit>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Destination/text()='17') then boolean(hmis:OtherDestination) else (if (not(hmis:Destination/text()='17')) then (not(boolean(hmis:OtherDestination))) else false())
Source
<xs:element name="Exit" type="hmis:exit"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exit / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Exit's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exit / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exit / ExitDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.11.1.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="ExitDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.11.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exit / Destination
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.12.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#destination
Type destination
Properties
content simple
minOccurs 1
Facets
enumeration 24
Deceased
enumeration 1
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration 15
Foster care home or foster care group home
enumeration 6
Hospital or other residential non-psychiatric medical facility
enumeration 14
Hotel or motel paid for without emergency shelter voucher
enumeration 7
Jail, prison or juvenile detention facility
enumeration 25
Long-term care facility or nursing home
enumeration 26
Moved from one HOPWA funded project to HOPWA PH
enumeration 27
Moved from one HOPWA funded project to HOPWA TH
enumeration 11
Owned by client, no ongoing housing subsidy
enumeration 21
Owned by client, with ongoing housing subsidy
enumeration 3
Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH)
enumeration 16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration 4
Psychiatric hospital or other psychiatric facility
enumeration 10
Rental by client, no ongoing housing subsidy
enumeration 19
Rental by client, with VASH housing subsidy
enumeration 28
Rental by client, with GPD TIP housing subsidy
enumeration 20
Rental by client, with other ongoing housing subsidy
enumeration 29
Residential project or halfway house with no homeless criteria
enumeration 18
Safe Haven
enumeration 22
Staying or living with family, permanent tenure
enumeration 12
Staying or living with family, temporary tenure (e.g., room, apartment or house)
enumeration 23
Staying or living with friends, permanent tenure
enumeration 13
Staying or living with friends, temporary tenure (e.g., room apartment or house)
enumeration 5
Substance abuse treatment facility or detox center
enumeration 2
Transitional housing for homeless persons (including homeless youth)
enumeration 17
x
enumeration 30
No exit interview completed
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Destination" type="hmis:destination" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.12.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exit / OtherDestination
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.12.1A.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherDestination" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.12.1A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ExitHousingAssessment
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.19
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#exitHousingAssessment_ExitHousingAssessmentID HUD_HMIS_xsd.tmp#exitHousingAssessment_ExitID HUD_HMIS_xsd.tmp#exitHousingAssessment_HousingAssessment HUD_HMIS_xsd.tmp#exitHousingAssessment_SubsidyInformation HUD_HMIS_xsd.tmp#exitHousingAssessment
Type exitHousingAssessment
Properties
content complex
Model
Children ExitHousingAssessmentID, ExitID, HousingAssessment, SubsidyInformation
Instance
<ExitHousingAssessment dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ExitHousingAssessmentID>{1,1}</ExitHousingAssessmentID>
  <ExitID>{1,1}</ExitID>
  <HousingAssessment>{1,1}</HousingAssessment>
  <SubsidyInformation>{0,1}</SubsidyInformation>
</ExitHousingAssessment>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ExitHousingAssessment" type="hmis:exitHousingAssessment">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.19</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitHousingAssessment / ExitHousingAssessmentID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the ExitHousingAssessment's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitHousingAssessmentID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the ExitHousingAssessment's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitHousingAssessment / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitHousingAssessment / HousingAssessment
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.19.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#housingAssessmentAtExit
Type housingAssessmentAtExit
Properties
content simple
Facets
enumeration 1
Able to maintain the housing they had at project entry
enumeration 2
Moved to new housing unit
enumeration 3
Moved in with family/friends on a temporary basis
enumeration 4
Moved in with family/friends on a permanent basis
enumeration 5
Moved to a transitional or temporary housing facility or program
enumeration 6
Client became homeless – moving to a shelter or other place unfit for human habitation
enumeration 7
Client went to jail/prison
enumeration 10
Client died
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="HousingAssessment" type="hmis:housingAssessmentAtExit">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.19.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitHousingAssessment / SubsidyInformation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.19.1A.
Diagram
Diagram HUD_HMIS_xsd.tmp#subsidyInformation
Type subsidyInformation
Properties
content simple
minOccurs 0
Facets
enumeration 1
Without a subsidy
enumeration 2
With the subsidy they had at project entry
enumeration 3
With an on-going subsidy acquired since project entry
enumeration 4
Only with financial assistance other than a subsidy
enumeration 11
With on-going subsidy
enumeration 12
Without an on-going subsidy
Source
<xs:element name="SubsidyInformation" type="hmis:subsidyInformation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.19.1A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ExitRHY
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#exitRHY_ExitRHYID HUD_HMIS_xsd.tmp#exitRHY_ExitID HUD_HMIS_xsd.tmp#exitRHY_WrittenAftercarePlan HUD_HMIS_xsd.tmp#exitRHY_AssistanceMainstreamBenefits HUD_HMIS_xsd.tmp#exitRHY_PermanentHousingPlacement HUD_HMIS_xsd.tmp#exitRHY_TemporaryShelterPlacement HUD_HMIS_xsd.tmp#exitRHY_ExitCounseling HUD_HMIS_xsd.tmp#exitRHY_FurtherFollowUpServices HUD_HMIS_xsd.tmp#exitRHY_ScheduledFollowUpContacts HUD_HMIS_xsd.tmp#exitRHY_ResourcePackage HUD_HMIS_xsd.tmp#exitRHY_OtherAftercarePlanOrAction HUD_HMIS_xsd.tmp#exitRHY_FamilyReunificationAchieved HUD_HMIS_xsd.tmp#exitRHY_ProjectCompletionStatus HUD_HMIS_xsd.tmp#exitRHY_EarlyExitReason HUD_HMIS_xsd.tmp#exitRHY
Type exitRHY
Properties
content complex
Model
Children AssistanceMainstreamBenefits, EarlyExitReason, ExitCounseling, ExitID, ExitRHYID, FamilyReunificationAchieved, FurtherFollowUpServices, OtherAftercarePlanOrAction, PermanentHousingPlacement, ProjectCompletionStatus, ResourcePackage, ScheduledFollowUpContacts, TemporaryShelterPlacement, WrittenAftercarePlan
Instance
<ExitRHY dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ExitRHYID>{0,1}</ExitRHYID>
  <ExitID>{0,1}</ExitID>
  <WrittenAftercarePlan>{0,1}</WrittenAftercarePlan>
  <AssistanceMainstreamBenefits>{0,1}</AssistanceMainstreamBenefits>
  <PermanentHousingPlacement>{0,1}</PermanentHousingPlacement>
  <TemporaryShelterPlacement>{0,1}</TemporaryShelterPlacement>
  <ExitCounseling>{0,1}</ExitCounseling>
  <FurtherFollowUpServices>{0,1}</FurtherFollowUpServices>
  <ScheduledFollowUpContacts>{0,1}</ScheduledFollowUpContacts>
  <ResourcePackage>{0,1}</ResourcePackage>
  <OtherAftercarePlanOrAction>{0,1}</OtherAftercarePlanOrAction>
  <FamilyReunificationAchieved>{0,1}</FamilyReunificationAchieved>
  <ProjectCompletionStatus>{0,1}</ProjectCompletionStatus>
  <EarlyExitReason>{0,1}</EarlyExitReason>
</ExitRHY>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ExitRHY" type="hmis:exitRHY"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / ExitRHYID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the ExitRHY' unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
minOccurs 0
Facets
maxLength 32
Source
<xs:element name="ExitRHYID" type="hmis:string32" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the ExitRHY' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
minOccurs 0
Facets
maxLength 32
Source
<xs:element name="ExitID" type="hmis:string32" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / WrittenAftercarePlan
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.36.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WrittenAftercarePlan" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / AssistanceMainstreamBenefits
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.36.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AssistanceMainstreamBenefits" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / PermanentHousingPlacement
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.36.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="PermanentHousingPlacement" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / TemporaryShelterPlacement
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.36.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="TemporaryShelterPlacement" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / ExitCounseling
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.36.5.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ExitCounseling" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / FurtherFollowUpServices
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.36.6.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="FurtherFollowUpServices" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.6.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / ScheduledFollowUpContacts
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.36.7.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ScheduledFollowUpContacts" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.7.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / ResourcePackage
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.36.8.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ResourcePackage" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.8.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / OtherAftercarePlanOrAction
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.36.9.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesRefused
Type noYesRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="OtherAftercarePlanOrAction" type="hmis:noYesRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.9.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / FamilyReunificationAchieved
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.38.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="FamilyReunificationAchieved" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.38.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / ProjectCompletionStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.37.1.  In communities exporting HUDVASH VA Repository, may also contain data for HUD-VASH Exit Information (not defined in the HMIS Data Standards) using list 4.51.1
Diagram
Diagram HUD_HMIS_xsd.tmp#projectCompletionStatusSimple
Type projectCompletionStatusSimple
Properties
content simple
minOccurs 0
Facets
enumeration 1
Completed project
enumeration 2
Youth voluntarily left early
enumeration 3
Youth was expelled or otherwise involuntarily discharged from project
enumeration 99
Data not collected
Source
<xs:element name="ProjectCompletionStatus" type="hmis:projectCompletionStatusSimple" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.37.1. In communities exporting HUDVASH VA Repository, may also contain data for HUD-VASH Exit Information (not defined in the HMIS Data Standards) using list 4.51.1</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element exitRHY / EarlyExitReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.37, 1A or 1B, depending on whether 2 (use 1A) or 3 (use 1B) is the response to 4.37.
Diagram
Diagram HUD_HMIS_xsd.tmp#earlyExitReason
Type earlyExitReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Left for other opportunities – Independent living *OR* Criminal activity/destruction of property/violence
enumeration 2
Left for other opportunities - Education *OR* Non-compliance with project rules
enumeration 3
Left for other opportunities - Military *OR* Non-payment of rent/occupancy charge
enumeration 4
Left for other opportunities - Other *OR* Reached maximum time allowed by project
enumeration 5
Needs could not be met by project *OR* Project terminated
enumeration 6
Unknown/disappeared
enumeration 99
Data not collected
Source
<xs:element name="EarlyExitReason" type="hmis:earlyExitReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.37, 1A or 1B, depending on whether 2 (use 1A) or 3 (use 1B) is the response to 4.37.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Funder
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#funder_FunderID HUD_HMIS_xsd.tmp#funder_ProjectID HUD_HMIS_xsd.tmp#funder_Funder HUD_HMIS_xsd.tmp#funder_GrantID HUD_HMIS_xsd.tmp#funder_StartDate HUD_HMIS_xsd.tmp#funder_EndDate HUD_HMIS_xsd.tmp#funder
Type funder
Properties
content complex
Model
Children EndDate, Funder, FunderID, GrantID, ProjectID, StartDate
Instance
<Funder dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <FunderID>{1,1}</FunderID>
  <ProjectID>{1,1}</ProjectID>
  <Funder>{1,1}</Funder>
  <GrantID>{1,1}</GrantID>
  <StartDate>{1,1}</StartDate>
  <EndDate>{0,1}</EndDate>
</Funder>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Funder" type="hmis:funder"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element funder / FunderID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Funder's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="FunderID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Funder's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element funder / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to a Project element
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element funder / Funder
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.6.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#federalPartnerProgramsAndComponents
Type federalPartnerProgramsAndComponents
Properties
content simple
Facets
enumeration 1
HUD:CoC – Homelessness Prevention (High Performing Comm. Only)
enumeration 2
HUD:CoC – Permanent Supportive Housing
enumeration 3
HUD:CoC – Rapid Re-Housing
enumeration 4
HUD:CoC – Supportive Services Only
enumeration 5
HUD:CoC – Transitional Housing
enumeration 6
HUD:CoC – Safe Haven
enumeration 7
HUD:CoC – Single Room Occupancy (SRO)
enumeration 8
HUD:ESG – Emergency Shelter (operating and/or essential services)
enumeration 9
HUD:ESG – Homelessness Prevention
enumeration 10
HUD:ESG – Rapid Rehousing
enumeration 11
HUD:ESG – Street Outreach
enumeration 12
HUD:Rural Housing Stability Assistance Program
enumeration 13
HUD:HOPWA – Hotel/Motel Vouchers
enumeration 14
HUD:HOPWA – Housing Information
enumeration 15
HUD:HOPWA – Permanent Housing
enumeration 16
HUD:HOPWA – Permanent Housing Placement (facility based or TBRA)
enumeration 17
HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance
enumeration 18
HUD:HOPWA – Short-Term Supportive Facility
enumeration 19
HUD:HOPWA – Transitional Housing (facility based or TBRA)
enumeration 20
HUD:HUD/VASH
enumeration 21
HHS:PATH – Street Outreach and Supportive Services Only
enumeration 22
HHS:RHY – Basic Center Program (prevention and shelter)
enumeration 23
HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth
enumeration 24
HHS:RHY – Transitional Living Program
enumeration 25
HHS:RHY – Street Outreach Project
enumeration 26
HHS:RHY – Demonstration Project
enumeration 27
VA: Community Contract Emergency Housing
enumeration 28
VA: Community Contract Residential Treatment Program
enumeration 29
VA:Domiciliary Care
enumeration 30
VA:Community Contract Safe Haven Program
enumeration 31
VA:Grant and Per Diem Program
enumeration 32
VA:Compensated Work Therapy Transitional Residence
enumeration 33
VA:Supportive Services for Veteran Families
enumeration 34
N/A
Source
<xs:element name="Funder" type="hmis:federalPartnerProgramsAndComponents">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.6.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element funder / GrantID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.6.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="GrantID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.6.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element funder / StartDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.6.3.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="StartDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.6.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element funder / EndDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.6.4.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="EndDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.6.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / HealthInsurance
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#healthInsurance_HealthInsuranceID HUD_HMIS_xsd.tmp#healthInsurance_ProjectEntryID HUD_HMIS_xsd.tmp#healthInsurance_InsuranceFromAnySource HUD_HMIS_xsd.tmp#healthInsurance_Medicaid HUD_HMIS_xsd.tmp#healthInsurance_NoMedicaidReason HUD_HMIS_xsd.tmp#healthInsurance_Medicare HUD_HMIS_xsd.tmp#healthInsurance_NoMedicareReason HUD_HMIS_xsd.tmp#healthInsurance_SCHIP HUD_HMIS_xsd.tmp#healthInsurance_NoSCHIPReason HUD_HMIS_xsd.tmp#healthInsurance_VAMedicalServices HUD_HMIS_xsd.tmp#healthInsurance_NoVAMedReason HUD_HMIS_xsd.tmp#healthInsurance_EmployerProvided HUD_HMIS_xsd.tmp#healthInsurance_NoEmployerProvidedReason HUD_HMIS_xsd.tmp#healthInsurance_COBRA HUD_HMIS_xsd.tmp#healthInsurance_NoCOBRAReason HUD_HMIS_xsd.tmp#healthInsurance_PrivatePay HUD_HMIS_xsd.tmp#healthInsurance_NoPrivatePayReason HUD_HMIS_xsd.tmp#healthInsurance_StateHealthIns HUD_HMIS_xsd.tmp#healthInsurance_NoStateHealthInsReason HUD_HMIS_xsd.tmp#healthInsurance_IndianHealthServices HUD_HMIS_xsd.tmp#healthInsurance_NoIndianHealthServicesReason HUD_HMIS_xsd.tmp#healthInsurance_OtherInsurance HUD_HMIS_xsd.tmp#healthInsurance_OtherInsuranceIdentify HUD_HMIS_xsd.tmp#healthInsurance
Type healthInsurance
Properties
content complex
Model
Children COBRA, EmployerProvided, HealthInsuranceID, IndianHealthServices, InsuranceFromAnySource, Medicaid, Medicare, NoCOBRAReason, NoEmployerProvidedReason, NoIndianHealthServicesReason, NoMedicaidReason, NoMedicareReason, NoPrivatePayReason, NoSCHIPReason, NoStateHealthInsReason, NoVAMedReason, OtherInsurance, OtherInsuranceIdentify, PrivatePay, ProjectEntryID, SCHIP, StateHealthIns, VAMedicalServices
Instance
<HealthInsurance dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <HealthInsuranceID>{1,1}</HealthInsuranceID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <InsuranceFromAnySource>{0,1}</InsuranceFromAnySource>
  <Medicaid>{0,1}</Medicaid>
  <NoMedicaidReason>{0,1}</NoMedicaidReason>
  <Medicare>{0,1}</Medicare>
  <NoMedicareReason>{0,1}</NoMedicareReason>
  <SCHIP>{0,1}</SCHIP>
  <NoSCHIPReason>{0,1}</NoSCHIPReason>
  <VAMedicalServices>{0,1}</VAMedicalServices>
  <NoVAMedReason>{0,1}</NoVAMedReason>
  <EmployerProvided>{0,1}</EmployerProvided>
  <NoEmployerProvidedReason>{0,1}</NoEmployerProvidedReason>
  <COBRA>{0,1}</COBRA>
  <NoCOBRAReason>{0,1}</NoCOBRAReason>
  <PrivatePay>{0,1}</PrivatePay>
  <NoPrivatePayReason>{0,1}</NoPrivatePayReason>
  <StateHealthIns>{0,1}</StateHealthIns>
  <NoStateHealthInsReason>{0,1}</NoStateHealthInsReason>
  <IndianHealthServices>{0,1}</IndianHealthServices>
  <NoIndianHealthServicesReason>{0,1}</NoIndianHealthServicesReason>
  <OtherInsurance>{0,1}</OtherInsurance>
  <OtherInsuranceIdentify>{0,1}</OtherInsuranceIdentify>
</HealthInsurance>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:IndianHealthServices/text()='0') then boolean(hmis:NoIndianHealthServicesReason) else (if (not(hmis:IndianHealthServices/text()='0')) then (not(boolean(hmis:NoIndianHealthServicesReason))) else false())
if (hmis:OtherInsurance/text()='1') then boolean(hmis:OtherInsuranceIdentify) else (if (not(hmis:OtherInsurance/text()='1')) then (not(boolean(hmis:OtherInsuranceIdentify))) else false())
if (hmis:Medicaid/text()='0') then boolean(hmis:NoMedicaidReason) else (if (not(hmis:Medicaid/text()='0')) then (not(boolean(hmis:NoMedicaidReason))) else false())
if (hmis:Medicare/text()='0') then boolean(hmis:NoMedicareReason) else (if (not(hmis:Medicare/text()='0')) then (not(boolean(hmis:NoMedicareReason))) else false())
if (hmis:SCHIP/text()='0') then boolean(hmis:NoSCHIPReason) else (if (not(hmis:SCHIP/text()='0')) then (not(boolean(hmis:NoSCHIPReason))) else false())
if (hmis:VAMedicalServices/text()='0') then boolean(hmis:NoVAMedReason) else (if (not(hmis:VAMedicalServices/text()='0')) then (not(boolean(hmis:NoVAMedReason))) else false())
if (hmis:EmployerProvided/text()='0') then boolean(hmis:NoEmployerProvidedReason) else (if (not(hmis:EmployerProvided/text()='0')) then (not(boolean(hmis:NoEmployerProvidedReason))) else false())
if (hmis:COBRA/text()='0') then boolean(hmis:NoCOBRAReason) else (if (not(hmis:COBRA/text()='0')) then (not(boolean(hmis:NoCOBRAReason))) else false())
if (hmis:PrivatePay/text()='0') then boolean(hmis:NoPrivatePayReason) else (if (not(hmis:PrivatePay/text()='0')) then (not(boolean(hmis:NoPrivatePayReason))) else false())
if (hmis:StateHealthIns/text()='0') then boolean(hmis:NoStateHealthInsReason) else (if (not(hmis:StateHealthIns/text()='0')) then (not(boolean(hmis:NoStateHealthInsReason))) else false())
Source
<xs:element name="HealthInsurance" type="hmis:healthInsurance">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / HealthInsuranceID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the HealthInsurance's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HealthInsuranceID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the HealthInsurance's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / InsuranceFromAnySource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="InsuranceFromAnySource" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / Medicaid
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="Medicaid" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / NoMedicaidReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.3A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoMedicaidReason" type="reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.3A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / Medicare
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="Medicare" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / NoMedicareReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.4A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoMedicareReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.4A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / SCHIP
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.5.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="SCHIP" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / NoSCHIPReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.5A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoSCHIPReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.5A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / VAMedicalServices
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.6.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="VAMedicalServices" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.6.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / NoVAMedReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.6A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoVAMedReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.6A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / EmployerProvided
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.7.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="EmployerProvided" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.7.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / NoEmployerProvidedReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.7A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoEmployerProvidedReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.7A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / COBRA
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.8.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="COBRA" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.8.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / NoCOBRAReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.8A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoCOBRAReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.8A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / PrivatePay
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.9.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="PrivatePay" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.9.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / NoPrivatePayReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.9A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoPrivatePayReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.9A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / StateHealthIns
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.10.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="StateHealthIns" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.10.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / NoStateHealthInsReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.10A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoStateHealthInsReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.10A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / IndianHealthServices
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.11.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="IndianHealthServices" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.11.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / NoIndianHealthServicesReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.11A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoIndianHealthServicesReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.11A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / OtherInsurance
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.12.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="OtherInsurance" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.12.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthInsurance / OtherInsuranceIdentify
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.4.12A.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherInsuranceIdentify" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.12A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / HealthStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.27
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#healthStatus_HealthStatusID HUD_HMIS_xsd.tmp#healthStatus_ProjectEntryID HUD_HMIS_xsd.tmp#healthStatus_HealthCategory HUD_HMIS_xsd.tmp#healthStatus_HealthStatus HUD_HMIS_xsd.tmp#healthStatus_DueDate HUD_HMIS_xsd.tmp#healthStatus
Type healthStatus
Properties
content complex
Model
Children DueDate, HealthCategory, HealthStatus, HealthStatusID, ProjectEntryID
Instance
<HealthStatus dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <HealthStatusID>{1,1}</HealthStatusID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <HealthCategory>{1,1}</HealthCategory>
  <HealthStatus>{1,1}</HealthStatus>
  <DueDate>{0,1}</DueDate>
</HealthStatus>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="HealthStatus" type="hmis:healthStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.27</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthStatus / HealthStatusID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the HealthStatus' unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HealthStatusID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the HealthStatus' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthStatus / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthStatus / HealthCategory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
The permissible values correspond to the decimal values of the corresponding health category.  4.27 General Health Status is "27" and 4.29 Mental Health Status is "29" and 4.30 Pregnancy Status is "30".
Diagram
Diagram HUD_HMIS_xsd.tmp#healthCategory
Type healthCategory
Properties
content simple
Facets
enumeration 27
General Health Status
enumeration 28
Dental Health Status
enumeration 29
Mental Health Status
Source
<xs:element name="HealthCategory" type="hmis:healthCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding health category. 4.27 General Health Status is "27" and 4.29 Mental Health Status is "29" and 4.30 Pregnancy Status is "30".</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthStatus / HealthStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.27-4.30.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#healthStatusType
Type healthStatusType
Properties
content simple
Facets
enumeration 1
Excellent
enumeration 2
Very good
enumeration 3
Good
enumeration 4
Fair
enumeration 5
Poor
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="HealthStatus" type="hmis:healthStatusType">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.27-4.30.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element healthStatus / DueDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.30.1A.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="DueDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.30.1A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / HousingAssessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.18
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#housingAssessmentDisposition_HousingAssessmentDispositionID HUD_HMIS_xsd.tmp#housingAssessmentDisposition_ExitID HUD_HMIS_xsd.tmp#housingAssessmentDisposition_AssessmentDisposition HUD_HMIS_xsd.tmp#housingAssessmentDisposition_OtherDisposition HUD_HMIS_xsd.tmp#housingAssessmentDisposition
Type housingAssessmentDisposition
Properties
content complex
Model
Children AssessmentDisposition, ExitID, HousingAssessmentDispositionID, OtherDisposition
Instance
<HousingAssessmentDisposition dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <HousingAssessmentDispositionID>{1,1}</HousingAssessmentDispositionID>
  <ExitID>{1,1}</ExitID>
  <AssessmentDisposition>{1,1}</AssessmentDisposition>
  <OtherDisposition>{0,1}</OtherDisposition>
</HousingAssessmentDisposition>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="HousingAssessmentDisposition" type="hmis:housingAssessmentDisposition">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.18</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element housingAssessmentDisposition / HousingAssessmentDispositionID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the HousingAssessmentDisposition's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HousingAssessmentDispositionID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the HousingAssessmentDisposition's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element housingAssessmentDisposition / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the ExitID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ExitID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the ExitID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element housingAssessmentDisposition / AssessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.18.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#assessmentDisposition
Type assessmentDisposition
Properties
content simple
Facets
enumeration 1
Referred to emergency shelter/safe haven
enumeration 2
Referred to transitional housing
enumeration 3
Referred to rapid re-housing
enumeration 4
Referred to permanent supportive housing
enumeration 5
Referred to homelessness prevention
enumeration 6
Referred to street outreach
enumeration 7
Referred to other continuum project type
enumeration 8
Referred to a homelessness diversion program
enumeration 9
Unable to refer/accept within continuum; ineligible for continuum projects
enumeration 10
Unable to refer/accept within continuum; continuum services unavailable
enumeration 11
Referred to other community project (non-continuum)
enumeration 12
Applicant declined referral/acceptance
enumeration 13
Applicant terminated assessment prior to completion
enumeration 14
Other/specify
Source
<xs:element name="AssessmentDisposition" type="hmis:assessmentDisposition">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.18.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element housingAssessmentDisposition / OtherDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.18.1A.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherDisposition" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.18.1A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / IncomeAndSources
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2
Diagram
Diagram
Type incomeAndSources
Properties
content complex
Model
Children Alimony, AlimonyAmount, ChildSupport, ChildSupportAmount, Earned, EarnedAmount, GA, GAAmount, IncomeAndSourcesID, IncomeFromAnySource, OtherSource, OtherSourceAmount, OtherSourceIdentify, Pension, PensionAmount, PrivateDisability, PrivateDisabilityAmount, ProjectEntryID, SSDI, SSDIAmount, SSI, SSIAmount, SocSecRetirement, SocSecRetirementAmount, TANF, TANFAmount, TotalMonthlyIncome, Unemployment, UnemploymentAmount, VADisabilityNonService, VADisabilityNonServiceAmount, VADisabilityService, VADisabilityServiceAmount, WorkersComp, WorkersCompAmount
Instance
<IncomeAndSources dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <IncomeAndSourcesID>{1,1}</IncomeAndSourcesID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <IncomeFromAnySource>{1,1}</IncomeFromAnySource>
  <TotalMonthlyIncome>{1,1}</TotalMonthlyIncome>
  <Earned>{1,1}</Earned>
  <EarnedAmount>{0,1}</EarnedAmount>
  <Unemployment>{1,1}</Unemployment>
  <UnemploymentAmount>{0,1}</UnemploymentAmount>
  <SSI>{1,1}</SSI>
  <SSIAmount>{0,1}</SSIAmount>
  <SSDI>{1,1}</SSDI>
  <SSDIAmount>{0,1}</SSDIAmount>
  <VADisabilityService>{1,1}</VADisabilityService>
  <VADisabilityServiceAmount>{0,1}</VADisabilityServiceAmount>
  <VADisabilityNonService>{1,1}</VADisabilityNonService>
  <VADisabilityNonServiceAmount>{0,1}</VADisabilityNonServiceAmount>
  <PrivateDisability>{1,1}</PrivateDisability>
  <PrivateDisabilityAmount>{0,1}</PrivateDisabilityAmount>
  <WorkersComp>{1,1}</WorkersComp>
  <WorkersCompAmount>{0,1}</WorkersCompAmount>
  <TANF>{1,1}</TANF>
  <TANFAmount>{0,1}</TANFAmount>
  <GA>{1,1}</GA>
  <GAAmount>{0,1}</GAAmount>
  <SocSecRetirement>{1,1}</SocSecRetirement>
  <SocSecRetirementAmount>{0,1}</SocSecRetirementAmount>
  <Pension>{1,1}</Pension>
  <PensionAmount>{0,1}</PensionAmount>
  <ChildSupport>{1,1}</ChildSupport>
  <ChildSupportAmount>{0,1}</ChildSupportAmount>
  <Alimony>{1,1}</Alimony>
  <AlimonyAmount>{0,1}</AlimonyAmount>
  <OtherSource>{1,1}</OtherSource>
  <OtherSourceAmount>{0,1}</OtherSourceAmount>
  <OtherSourceIdentify>{0,1}</OtherSourceIdentify>
</IncomeAndSources>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Earned/text()='1') then boolean(hmis:EarnedAmount) else (if (not(Earned/text()='1')) then (not(boolean(hmis:EarnedAmount))) else false())
if (hmis:Unemployment/text()='1') then boolean(hmis:UnemploymentAmount) else (if (not(Unemployment/text()='1')) then (not(boolean(hmis:UnemploymentAmount))) else false())
if (hmis:SSI/text()='1') then boolean(hmis:SSIAmount) else (if (not(SSI/text()='1')) then (not(boolean(hmis:SSIAmount))) else false())
if (hmis:SSDI/text()='1') then boolean(hmis:SSDIAmount) else (if (not(SSDI/text()='1')) then (not(boolean(hmis:SSDIAmount))) else false())
if (hmis:VADisabilityService/text()='1') then boolean(hmis:VADisabilityServiceAmount) else (if (not(VADisabilityService/text()='1')) then (not(boolean(hmis:VADisabilityServiceAmount))) else false())
if (hmis:PrivateDisability/text()='1') then boolean(hmis:PrivateDisabilityAmount) else (if (not(PrivateDisability/text()='1')) then (not(boolean(hmis:PrivateDisabilityAmount))) else false())
if (hmis:WorkersComp/text()='1') then boolean(hmis:WorkersCompAmount) else (if (not(WorkersComp/text()='1')) then (not(boolean(hmis:WorkersCompAmount))) else false())
if (hmis:TANF/text()='1') then boolean(hmis:TANFAmount) else (if (not(TANF/text()='1')) then (not(boolean(hmis:TANFAmount))) else false())
if (hmis:GA/text()='1') then boolean(hmis:GAAmount) else (if (not(GA/text()='1')) then (not(boolean(hmis:GAAmount))) else false())
if (hmis:SocSecRetirement/text()='1') then boolean(hmis:SocSecRetirementAmount) else (if (not(SocSecRetirement/text()='1')) then (not(boolean(hmis:SocSecRetirementAmount))) else false())
if (hmis:Pension/text()='1') then boolean(hmis:PensionAmount) else (if (not(Pension/text()='1')) then (not(boolean(hmis:PensionAmount))) else false())
if (hmis:ChildSupport/text()='1') then boolean(hmis:ChildSupportAmount) else (if (not(ChildSupport/text()='1')) then (not(boolean(hmis:ChildSupportAmount))) else false())
if (hmis:Alimony/text()='1') then boolean(hmis:AlimonyAmount) else (if (not(Alimony/text()='1')) then (not(boolean(hmis:AlimonyAmount))) else false())
if (hmis:OtherSource/text()='1') then boolean(hmis:OtherSourceAmount) else (if (not(OtherSource/text()='1')) then (not(boolean(hmis:OtherSourceAmount))) else false())
if (hmis:OtherSource/text()='1') then boolean(hmis:OtherSourceIdentify) else (if (not(OtherSource/text()='1')) then (not(boolean(hmis:OtherSourceIdentify))) else false())
Source
<xs:element name="IncomeAndSources" type="hmis:incomeAndSources">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / IncomeAndSourcesID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the IncomeAndSources' unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="IncomeAndSourcesID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the IncomeAndSources' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / IncomeFromAnySource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="IncomeFromAnySource" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / TotalMonthlyIncome
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.18.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
Facets
fractionDigits 2
Source
<xs:element name="TotalMonthlyIncome" type="hmis:money">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.18.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / Earned
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="Earned" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / EarnedAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.3A.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="EarnedAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.3A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / Unemployment
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="Unemployment" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / UnemploymentAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.4B.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="UnemploymentAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.4B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / SSI
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.5.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="SSI" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / SSIAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.5C.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="SSIAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.5C.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / SSDI
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.6.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="SSDI" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.6.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / SSDIAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.6D.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="SSDIAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.6D.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / VADisabilityService
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.7.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="VADisabilityService" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.7.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / VADisabilityServiceAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.7E.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="VADisabilityServiceAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.7E.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / VADisabilityNonService
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.8.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="VADisabilityNonService" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.8.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / VADisabilityNonServiceAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.8F.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="VADisabilityNonServiceAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.8F.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / PrivateDisability
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.9.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="PrivateDisability" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.9.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / PrivateDisabilityAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.9G.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="PrivateDisabilityAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.9G.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / WorkersComp
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.10.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="WorkersComp" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.10.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / WorkersCompAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.10H.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="WorkersCompAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.10H.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / TANF
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.11.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="TANF" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.11.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / TANFAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.11I.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="TANFAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.11I.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / GA
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.12.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="GA" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.12.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / GAAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.12J.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="GAAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.12J.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / SocSecRetirement
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.13.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="SocSecRetirement" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.13.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / SocSecRetirementAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.13K.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="SocSecRetirementAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.13K.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / Pension
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.14.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="Pension" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.14.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / PensionAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.14L.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="PensionAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.14L.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / ChildSupport
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.15.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="ChildSupport" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.15.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / ChildSupportAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.15M.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="ChildSupportAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.15M.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / Alimony
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.16.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="Alimony" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.16.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / AlimonyAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.16N.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="AlimonyAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.16N.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / OtherSource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.17.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="OtherSource" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.17.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / OtherSourceAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.17O.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="OtherSourceAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.17O.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element incomeAndSources / OtherSourceIdentify
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.2.17O.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherSourceIdentify" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.17O.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Inventory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.
Diagram
Diagram HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#inventory_InventoryID HUD_HMIS_xsd.tmp#inventory_ProjectID HUD_HMIS_xsd.tmp#inventory_CoCCode HUD_HMIS_xsd.tmp#inventory_HouseholdType HUD_HMIS_xsd.tmp#inventory_BedType HUD_HMIS_xsd.tmp#inventory_Availability HUD_HMIS_xsd.tmp#inventory_UnitInventory HUD_HMIS_xsd.tmp#inventory_BedInventory HUD_HMIS_xsd.tmp#inventory_CHBedInventory HUD_HMIS_xsd.tmp#inventory_VetBedInventory HUD_HMIS_xsd.tmp#inventory_YouthBedInventory HUD_HMIS_xsd.tmp#inventory_YouthAgeGroup HUD_HMIS_xsd.tmp#inventory_InventoryStartDate HUD_HMIS_xsd.tmp#inventory_InventoryEndDate HUD_HMIS_xsd.tmp#inventory_HMISParticipatingBeds HUD_HMIS_xsd.tmp#inventory
Type inventory
Properties
content complex
Model
Children Availability, BedInventory, BedType, CHBedInventory, CoCCode, HMISParticipatingBeds, HouseholdType, InventoryEndDate, InventoryID, InventoryStartDate, ProjectID, UnitInventory, VetBedInventory, YouthAgeGroup, YouthBedInventory
Instance
<Inventory dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <InventoryID>{1,1}</InventoryID>
  <ProjectID>{1,1}</ProjectID>
  <CoCCode>{1,1}</CoCCode>
  <HouseholdType>{1,1}</HouseholdType>
  <BedType>{0,1}</BedType>
  <Availability>{0,1}</Availability>
  <UnitInventory>{1,1}</UnitInventory>
  <BedInventory>{1,1}</BedInventory>
  <CHBedInventory>{0,1}</CHBedInventory>
  <VetBedInventory>{0,1}</VetBedInventory>
  <YouthBedInventory>{0,1}</YouthBedInventory>
  <YouthAgeGroup>{0,1}</YouthAgeGroup>
  <InventoryStartDate>{1,1}</InventoryStartDate>
  <InventoryEndDate>{0,1}</InventoryEndDate>
  <HMISParticipatingBeds>{1,1}</HMISParticipatingBeds>
</Inventory>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Inventory" type="hmis:inventory">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / InventoryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Inventory's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="InventoryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Inventory's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Project
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Project</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the CoC
Diagram
Diagram HUD_HMIS_xsd.tmp#cocCode
Type cocCode
Properties
content simple
Facets
pattern [A-Za-z]{2}-[0-9]{3}
Source
<xs:element name="CoCCode" type="hmis:cocCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / HouseholdType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#householdType
Type householdType
Properties
content simple
Facets
enumeration 1
Households without children
enumeration 3
Households with at least one adult and one child
enumeration 4
Households with only children
Source
<xs:element name="HouseholdType" type="hmis:householdType">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / BedType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#bedType
Type bedType
Properties
content simple
minOccurs 0
Facets
enumeration 1
Facility-based
enumeration 2
Voucher
enumeration 3
Other
Source
<xs:element name="BedType" type="hmis:bedType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / Availability
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#availability
Type availability
Properties
content simple
minOccurs 0
Facets
enumeration 1
Year-round
enumeration 2
Seasonal
enumeration 3
Overflow
Source
<xs:element name="Availability" type="hmis:availability" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / UnitInventory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.7.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="UnitInventory" type="xs:integer">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.7.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / BedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.5.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="BedInventory" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / CHBedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7, Chronic Homeless Bed Inventory (PSH Only).5.A.1.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="CHBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7, Chronic Homeless Bed Inventory (PSH Only).5.A.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / VetBedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7, ,#5.A.2.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="VetBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7, ,#5.A.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / YouthBedInventory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.5.A.3.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="YouthBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.5.A.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / YouthAgeGroup
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.5.B.
Diagram
Diagram HUD_HMIS_xsd.tmp#youthAgeGroup
Type youthAgeGroup
Properties
content simple
minOccurs 0
Facets
enumeration 1
Only under age 18
enumeration 2
Only ages 18 to 24
enumeration 3
Only youth under age 24 (both of the above)
Source
<xs:element name="YouthAgeGroup" type="youthAgeGroup" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.5.B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / InventoryStartDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.7.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="InventoryStartDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.7.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / InventoryEndDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.8.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="InventoryEndDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.8.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element inventory / HMISParticipatingBeds
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.7.9.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="HMISParticipatingBeds" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.9.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / MedicalAssistance
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.39
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#medicalAssistance_MedicalAssistanceID HUD_HMIS_xsd.tmp#medicalAssistance_ProjectEntryID HUD_HMIS_xsd.tmp#medicalAssistance_HIVAIDSAssistance HUD_HMIS_xsd.tmp#medicalAssistance_NoHIVAIDSAssistanceReason HUD_HMIS_xsd.tmp#medicalAssistance_ADAP HUD_HMIS_xsd.tmp#medicalAssistance_NoADAPReason HUD_HMIS_xsd.tmp#medicalAssistance
Type medicalAssistance
Properties
content complex
Model
Children ADAP, HIVAIDSAssistance, MedicalAssistanceID, NoADAPReason, NoHIVAIDSAssistanceReason, ProjectEntryID
Instance
<MedicalAssistance dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <MedicalAssistanceID>{1,1}</MedicalAssistanceID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <HIVAIDSAssistance>{1,1}</HIVAIDSAssistance>
  <NoHIVAIDSAssistanceReason>{0,1}</NoHIVAIDSAssistanceReason>
  <ADAP>{1,1}</ADAP>
  <NoADAPReason>{0,1}</NoADAPReason>
</MedicalAssistance>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:HIVAIDSAssistance/text()='0') then boolean(hmis:NoHIVAIDSAssistanceReason) else (if (not(hmis:HIVAIDSAssistance/text()='0')) then (not(boolean(hmis:NoHIVAIDSAssistanceReason))) else false())
Source
<xs:element name="MedicalAssistance" type="hmis:medicalAssistance">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element medicalAssistance / MedicalAssistanceID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the MedicalAssistance's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="MedicalAssistanceID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the MedicalAssistance's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element medicalAssistance / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element medicalAssistance / HIVAIDSAssistance
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.39.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="HIVAIDSAssistance" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element medicalAssistance / NoHIVAIDSAssistanceReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.39.2A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoHIVAIDSAssistanceReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39.2A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element medicalAssistance / ADAP
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.39.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ADAP" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element medicalAssistance / NoADAPReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.39.3B.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotInsuredOrAssisted
Type reasonNotInsuredOrAssisted
Properties
content simple
minOccurs 0
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="NoADAPReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39.3B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / NonCashBenefits
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#nonCashBenefits_NonCashBenefitsID HUD_HMIS_xsd.tmp#nonCashBenefits_ProjectEntryID HUD_HMIS_xsd.tmp#nonCashBenefits_BenefitsFromAnySource HUD_HMIS_xsd.tmp#nonCashBenefits_SNAP HUD_HMIS_xsd.tmp#nonCashBenefits_WIC HUD_HMIS_xsd.tmp#nonCashBenefits_TANFChildCare HUD_HMIS_xsd.tmp#nonCashBenefits_TANFTransportation HUD_HMIS_xsd.tmp#nonCashBenefits_OtherTANF HUD_HMIS_xsd.tmp#nonCashBenefits_RentalAssistanceOngoing HUD_HMIS_xsd.tmp#nonCashBenefits_RentalAssistanceTemp HUD_HMIS_xsd.tmp#nonCashBenefits_OtherBenefitsSource HUD_HMIS_xsd.tmp#nonCashBenefits_OtherBenefitsSourceIdentify HUD_HMIS_xsd.tmp#nonCashBenefits
Type nonCashBenefits
Properties
content complex
Model
Children BenefitsFromAnySource, NonCashBenefitsID, OtherBenefitsSource, OtherBenefitsSourceIdentify, OtherTANF, ProjectEntryID, RentalAssistanceOngoing, RentalAssistanceTemp, SNAP, TANFChildCare, TANFTransportation, WIC
Instance
<NonCashBenefits dataCollectionStage="" dateCreated="" dateDeleted="" dateUpdated="" informationDate="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <NonCashBenefitsID>{1,1}</NonCashBenefitsID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <BenefitsFromAnySource>{1,1}</BenefitsFromAnySource>
  <SNAP>{1,1}</SNAP>
  <WIC>{1,1}</WIC>
  <TANFChildCare>{1,1}</TANFChildCare>
  <TANFTransportation>{1,1}</TANFTransportation>
  <OtherTANF>{1,1}</OtherTANF>
  <RentalAssistanceOngoing>{1,1}</RentalAssistanceOngoing>
  <RentalAssistanceTemp>{1,1}</RentalAssistanceTemp>
  <OtherBenefitsSource>{1,1}</OtherBenefitsSource>
  <OtherBenefitsSourceIdentify>{1,1}</OtherBenefitsSourceIdentify>
</NonCashBenefits>
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="NonCashBenefits" type="hmis:nonCashBenefits">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / NonCashBenefitsID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the NonCashBenefits's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="NonCashBenefitsID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the NonCashBenefits's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / BenefitsFromAnySource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="BenefitsFromAnySource" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / SNAP
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="SNAP" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / WIC
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="WIC" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / TANFChildCare
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.5.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="TANFChildCare" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / TANFTransportation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.6.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="TANFTransportation" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.6.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / OtherTANF
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.7.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="OtherTANF" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.7.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / RentalAssistanceOngoing
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.8.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="RentalAssistanceOngoing" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.8.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / RentalAssistanceTemp
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.10.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="RentalAssistanceTemp" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.10.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / OtherBenefitsSource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.9.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="OtherBenefitsSource" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.9.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element nonCashBenefits / OtherBenefitsSourceIdentify
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.3.9A.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="OtherBenefitsSourceIdentify" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.9A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Organization
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#organization_OrganizationID HUD_HMIS_xsd.tmp#organization_OrganizationName HUD_HMIS_xsd.tmp#organization_OrganizationCommonName HUD_HMIS_xsd.tmp#organization
Type organization
Properties
content complex
Model
Children OrganizationCommonName, OrganizationID, OrganizationName
Instance
<Organization dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <OrganizationID>{1,1}</OrganizationID>
  <OrganizationName>{1,1}</OrganizationName>
  <OrganizationCommonName>{0,1}</OrganizationCommonName>
</Organization>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Organization" type="hmis:organization"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element organization / OrganizationID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.1.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="OrganizationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.1.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element organization / OrganizationName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.1.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="OrganizationName" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.1.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element organization / OrganizationCommonName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Referenced but not defined in the HMIS Data Dictionary.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OrganizationCommonName" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Referenced but not defined in the HMIS Data Dictionary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / PATHStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.20
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#pathStatus_PathStatusID HUD_HMIS_xsd.tmp#pathStatus_ProjectEntryID HUD_HMIS_xsd.tmp#pathStatus_DateOfStatus HUD_HMIS_xsd.tmp#pathStatus_ClientEnrolledInPATH HUD_HMIS_xsd.tmp#pathStatus_ReasonNotEnrolled HUD_HMIS_xsd.tmp#pathStatus
Type pathStatus
Properties
content complex
Model
Children ClientEnrolledInPATH, DateOfStatus, PathStatusID, ProjectEntryID, ReasonNotEnrolled
Instance
<PATHStatus dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <PathStatusID>{1,1}</PathStatusID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DateOfStatus>{1,1}</DateOfStatus>
  <ClientEnrolledInPATH>{1,1}</ClientEnrolledInPATH>
  <ReasonNotEnrolled>{0,1}</ReasonNotEnrolled>
</PATHStatus>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:ClientEnrolledInPATH/text()='0') then boolean(hmis:ReasonNotEnrolled) else (if (not(hmis:ClientEnrolledInPATH/text()='0')) then (not(boolean(hmis:ReasonNotEnrolled))) else false())
Source
<xs:element name="PATHStatus" type="hmis:pathStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.20</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element pathStatus / PathStatusID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the PathStatus' unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="PathStatusID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the PathStatus' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element pathStatus / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element pathStatus / DateOfStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.20.1.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="DateOfStatus" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.20.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element pathStatus / ClientEnrolledInPATH
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.20.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="ClientEnrolledInPATH" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.20.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element pathStatus / ReasonNotEnrolled
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.20.2A.
Diagram
Diagram HUD_HMIS_xsd.tmp#reasonNotEnrolled
Type reasonNotEnrolled
Properties
content simple
minOccurs 0
Facets
enumeration 1
Client was found ineligible for PATH
enumeration 2
Client was not enrolled for other reason(s)
enumeration 99
Data not collected
Source
<xs:element name="ReasonNotEnrolled" type="hmis:reasonNotEnrolled" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.20.2A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / EntrySSVF
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type entrySSVF
Properties
content complex
Model
Children AddressDataQuality, AnnualPercentAMI, CriminalRecord, DependentUnder6, DisabledHoH, ERVisits, EntrySSVFID, EvictionHistory, FemVet, FinancialChange, HH5Plus, HPScreeningScore, HospitalNights, HouseholdChange, IraqAfghanistan, JailNights, LastPermanentCity, LastPermanentState, LastPermanentStreet, LastPermanentZIP, LiteralHomelessHistory, PercentAMI, ProjectEntryID, SexOffender, SingleParent, SubsidyAtRisk, ThresholdScore, TimeToHousingLoss, UrgentReferral, VAMCStation, ZeroIncome
Instance
<EntrySSVF dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <EntrySSVFID>{1,1}</EntrySSVFID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <PercentAMI>{0,1}</PercentAMI>
  <LastPermanentStreet>{0,1}</LastPermanentStreet>
  <LastPermanentCity>{0,1}</LastPermanentCity>
  <LastPermanentState>{0,1}</LastPermanentState>
  <LastPermanentZIP>{0,1}</LastPermanentZIP>
  <AddressDataQuality>{0,1}</AddressDataQuality>
  <UrgentReferral>{0,1}</UrgentReferral>
  <TimeToHousingLoss>{0,1}</TimeToHousingLoss>
  <ZeroIncome>{0,1}</ZeroIncome>
  <AnnualPercentAMI>{0,1}</AnnualPercentAMI>
  <FinancialChange>{0,1}</FinancialChange>
  <HouseholdChange>{0,1}</HouseholdChange>
  <EvictionHistory>{0,1}</EvictionHistory>
  <SubsidyAtRisk>{0,1}</SubsidyAtRisk>
  <LiteralHomelessHistory>{0,1}</LiteralHomelessHistory>
  <DisabledHoH>{0,1}</DisabledHoH>
  <CriminalRecord>{0,1}</CriminalRecord>
  <SexOffender>{0,1}</SexOffender>
  <DependentUnder6>{0,1}</DependentUnder6>
  <SingleParent>{0,1}</SingleParent>
  <HH5Plus>{0,1}</HH5Plus>
  <IraqAfghanistan>{0,1}</IraqAfghanistan>
  <FemVet>{0,1}</FemVet>
  <HPScreeningScore>{0,1}</HPScreeningScore>
  <ThresholdScore>{0,1}</ThresholdScore>
  <ERVisits>{0,1}</ERVisits>
  <JailNights>{0,1}</JailNights>
  <HospitalNights>{0,1}</HospitalNights>
  <VAMCStation>{0,1}</VAMCStation>
</EntrySSVF>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="EntrySSVF" type="hmis:entrySSVF"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / EntrySSVFID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the EntrySSVFID's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EntrySSVFID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the EntrySSVFID's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / PercentAMI
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.42.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#percentAMISimple
Type percentAMISimple
Properties
content simple
minOccurs 0
Facets
enumeration 1
Less than 30%
enumeration 2
30% to 50%
enumeration 3
Greater than 50%
enumeration 99
Data not collected
Source
<xs:element name="PercentAMI" type="hmis:percentAMISimple" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.42.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / LastPermanentStreet
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.43.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#string100
Type string100
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element name="LastPermanentStreet" type="hmis:string100" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / LastPermanentCity
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.43.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="LastPermanentCity" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / LastPermanentState
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.43.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#state
Type state
Properties
content simple
minOccurs 0
Facets
enumeration AK
enumeration AL
enumeration AR
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DE
enumeration FL
enumeration GA
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MI
enumeration MN
enumeration MO
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
enumeration DC
enumeration AS
enumeration FM
enumeration GU
enumeration MH
enumeration MP
enumeration PR
enumeration PW
enumeration VI
enumeration AA
enumeration AE
enumeration AP
Source
<xs:element name="LastPermanentState" type="hmis:state" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / LastPermanentZIP
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.43.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#zipCode
Type zipCode
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{5}(-[0-9]{4})?
Source
<xs:element name="LastPermanentZIP" type="hmis:zipCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / AddressDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.43.5.
Diagram
Diagram HUD_HMIS_xsd.tmp#addressDataQuality
Type addressDataQuality
Properties
content simple
minOccurs 0
Facets
enumeration 1
Full address reported
enumeration 2
Incomplete or estimated address reported
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AddressDataQuality" type="hmis:addressDataQuality" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / UrgentReferral
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="UrgentReferral" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / TimeToHousingLoss
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#timeToHousingLoss
Type timeToHousingLoss
Properties
content simple
minOccurs 0
Facets
enumeration 0
0-6 days
enumeration 1
7-13 days
enumeration 2
14-21 days
enumeration 3
More than 21 days (0 points)
enumeration 99
Data not collected
Source
<xs:element name="TimeToHousingLoss" type="hmis:timeToHousingLoss" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / ZeroIncome
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="ZeroIncome" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / AnnualPercentAMI
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#annualPercentAMI
Type annualPercentAMI
Properties
content simple
minOccurs 0
Facets
enumeration 0
0-14% of AMI for household size
enumeration 1
15-30% of AMI for household size
enumeration 2
More than 30% of AMI for household size (0 points)
enumeration 99
Data not collected
Source
<xs:element name="AnnualPercentAMI" type="hmis:annualPercentAMI" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / FinancialChange
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.5.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="FinancialChange" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / HouseholdChange
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.6.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="HouseholdChange" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.6.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / EvictionHistory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.7.
Diagram
Diagram HUD_HMIS_xsd.tmp#evictionHistory
Type evictionHistory
Properties
content simple
minOccurs 0
Facets
enumeration 0
4 or more prior rental evictions
enumeration 1
2-3 prior rental evictions
enumeration 2
1 prior rental eviction
enumeration 3
No prior rental evictions (0 points)
enumeration 99
Data not collected
Source
<xs:element name="EvictionHistory" type="hmis:evictionHistory" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.7.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / SubsidyAtRisk
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.8.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="SubsidyAtRisk" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.8.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / LiteralHomelessHistory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.9.
Diagram
Diagram HUD_HMIS_xsd.tmp#literalHomelessHistory
Type literalHomelessHistory
Properties
content simple
minOccurs 0
Facets
enumeration 0
4 or more times or total of at least 12 months in past three years
enumeration 1
2-3 times in past three years
enumeration 2
1 time in past three years
enumeration 99
Data not collected
Source
<xs:element name="LiteralHomelessHistory" type="hmis:literalHomelessHistory" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.9.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / DisabledHoH
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.10.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="DisabledHoH" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.10.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / CriminalRecord
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.11.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="CriminalRecord" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.11.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / SexOffender
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.12.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="SexOffender" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.12.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / DependentUnder6
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.13.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="DependentUnder6" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.13.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / SingleParent
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.14.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="SingleParent" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.14.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / HH5Plus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.15.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="HH5Plus" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.15.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / IraqAfghanistan
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.16.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="IraqAfghanistan" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.16.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / FemVet
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.17.
Diagram
Diagram HUD_HMIS_xsd.tmp#noPointsYes
Type noPointsYes
Properties
content simple
minOccurs 0
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="FemVet" type="hmis:noPointsYes" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.17.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / HPScreeningScore
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.20
Diagram
Diagram HUD_HMIS_xsd.tmp#hpScreeningScore
Type hpScreeningScore
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{2}
Source
<xs:element name="HPScreeningScore" type="hmis:hpScreeningScore" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.20</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / ThresholdScore
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.48.21
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="ThresholdScore" type="xs:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.21</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / ERVisits
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.49.1
Diagram
Diagram HUD_HMIS_xsd.tmp#crisisServicesUse
Type crisisServicesUse
Properties
content simple
minOccurs 0
Facets
enumeration 0
0
enumeration 1
1-2
enumeration 2
3-5
enumeration 3
6-10
enumeration 4
11-20
enumeration 5
More than 20
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ERVisits" type="hmis:crisisServicesUse" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.49.1</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / JailNights
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.49.2
Diagram
Diagram HUD_HMIS_xsd.tmp#crisisServicesUse
Type crisisServicesUse
Properties
content simple
minOccurs 0
Facets
enumeration 0
0
enumeration 1
1-2
enumeration 2
3-5
enumeration 3
6-10
enumeration 4
11-20
enumeration 5
More than 20
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="JailNights" type="hmis:crisisServicesUse" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.49.2</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / HospitalNights
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.49.3
Diagram
Diagram HUD_HMIS_xsd.tmp#crisisServicesUse
Type crisisServicesUse
Properties
content simple
minOccurs 0
Facets
enumeration 0
0
enumeration 1
1-2
enumeration 2
3-5
enumeration 3
6-10
enumeration 4
11-20
enumeration 5
More than 20
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="HospitalNights" type="hmis:crisisServicesUse" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.49.3</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entrySSVF / VAMCStation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.45.1
Diagram
Diagram HUD_HMIS_xsd.tmp#vamcStation
Type vamcStation
Properties
content simple
minOccurs 0
Facets
pattern [A-Za-z0-9]{8}
Source
<xs:element name="VAMCStation" type="hmis:vamcStation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.45.1</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Project
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#project_ProjectID HUD_HMIS_xsd.tmp#project_OrganizationID HUD_HMIS_xsd.tmp#project_ProjectName HUD_HMIS_xsd.tmp#project_ContinuumProject HUD_HMIS_xsd.tmp#project_ProjectType HUD_HMIS_xsd.tmp#project_ResidentialAffiliation HUD_HMIS_xsd.tmp#project_TrackingMethod HUD_HMIS_xsd.tmp#project_TargetPopulation HUD_HMIS_xsd.tmp#project_ProjectCommonName HUD_HMIS_xsd.tmp#project
Type project
Properties
content complex
Model
Children ContinuumProject, OrganizationID, ProjectCommonName, ProjectID, ProjectName, ProjectType, ResidentialAffiliation, TargetPopulation, TrackingMethod
Instance
<Project dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ProjectID>{1,1}</ProjectID>
  <OrganizationID>{1,1}</OrganizationID>
  <ProjectName>{1,1}</ProjectName>
  <ContinuumProject>{1,1}</ContinuumProject>
  <ProjectType>{1,1}</ProjectType>
  <ResidentialAffiliation>{0,1}</ResidentialAffiliation>
  <TrackingMethod>{0,1}</TrackingMethod>
  <TargetPopulation>{0,1}</TargetPopulation>
  <ProjectCommonName>{0,1}</ProjectCommonName>
</Project>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Project" type="hmis:project">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element project / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.2.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.2.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element project / OrganizationID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Organization
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="OrganizationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Organization</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element project / ProjectName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.2.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="ProjectName" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.2.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element project / ContinuumProject
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.4.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="ContinuumProject" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.4.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element project / ProjectType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.4.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#projectType
Type projectType
Properties
content simple
Facets
enumeration 1
Emergency Shelter
enumeration 2
Transitional Housing
enumeration 3
PH - Permanent Supportive Housing (disability required for entry)
enumeration 4
Street Outreach
enumeration 6
Services Only
enumeration 7
Other
enumeration 8
Safe Haven
enumeration 9
PH – Housing Only
enumeration 10
PH – Housing with Services (no disability required for entry)
enumeration 11
Day Shelter
enumeration 12
Homelessness Prevention
enumeration 13
PH - Rapid Re-Housing
enumeration 14
Coordinated Assessment
Source
<xs:element name="ProjectType" type="hmis:projectType">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.4.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element project / ResidentialAffiliation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
HMIS Data Dictionary, Proposed Amendment, Section 2.4.2A.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="ResidentialAffiliation" type="hmis:noYesOnly" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">HMIS Data Dictionary, Proposed Amendment, Section 2.4.2A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element project / TrackingMethod
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.5.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#trackingMethod
Type trackingMethod
Properties
content simple
minOccurs 0
Facets
enumeration 0
Entry/Exit Date
enumeration 3
Night-by-Night
Source
<xs:element name="TrackingMethod" type="hmis:trackingMethod" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.5.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element project / TargetPopulation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.9.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#targetPopulation
Type targetPopulation
Properties
content simple
minOccurs 0
Facets
enumeration 1
DV Domestic Violence victims
enumeration 3
HIV Persons with HIV/AIDS
enumeration 4
NA Not Applicable
Source
<xs:element name="TargetPopulation" type="hmis:targetPopulation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.9.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element project / ProjectCommonName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
A local or commonly used name for a project.  This is not referenced in the August 2016 HMIS Data Dictionary, and is optional.
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="ProjectCommonName" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A local or commonly used name for a project. This is not referenced in the August 2016 HMIS Data Dictionary, and is optional.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / CoC
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#coc_CoCCode HUD_HMIS_xsd.tmp#coc_ProjectID HUD_HMIS_xsd.tmp#coc
Type coc
Properties
content complex
Model
Children CoCCode, ProjectID
Instance
<CoC dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <CoCCode>{1,1}</CoCCode>
  <ProjectID>{1,1}</ProjectID>
</CoC>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="CoC" type="hmis:coc">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element coc / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the CoCCode ID
Diagram
Diagram HUD_HMIS_xsd.tmp#cocCode
Type cocCode
Properties
content simple
Facets
pattern [A-Za-z]{2}-[0-9]{3}
Source
<xs:element name="CoCCode" type="hmis:cocCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoCCode ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element coc / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Project ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Project ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ResidentialMoveInDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.17
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#residentialMoveInDate_ResidentialMoveInDateID HUD_HMIS_xsd.tmp#residentialMoveInDate_ProjectEntryID HUD_HMIS_xsd.tmp#residentialMoveInDate_ResidentialMoveInDate HUD_HMIS_xsd.tmp#residentialMoveInDate
Type residentialMoveInDate
Properties
content complex
Model
Children ProjectEntryID, ResidentialMoveInDate, ResidentialMoveInDateID
Instance
<ResidentialMoveInDate dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ResidentialMoveInDateID>{1,1}</ResidentialMoveInDateID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <ResidentialMoveInDate>{0,1}</ResidentialMoveInDate>
</ResidentialMoveInDate>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ResidentialMoveInDate" type="hmis:residentialMoveInDate">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.17</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element residentialMoveInDate / ResidentialMoveInDateID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the ResidentialMoveInDate's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ResidentialMoveInDateID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the ResidentialMoveInDate's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element residentialMoveInDate / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element residentialMoveInDate / ResidentialMoveInDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.17.1A.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="ResidentialMoveInDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.17.1A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / RHYBCPStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.22
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#rhyBCPStatus_RHYBCPStatusID HUD_HMIS_xsd.tmp#rhyBCPStatus_ProjectEntryID HUD_HMIS_xsd.tmp#rhyBCPStatus_StatusDate HUD_HMIS_xsd.tmp#rhyBCPStatus_FYSBYouth HUD_HMIS_xsd.tmp#rhyBCPStatus_ReasonNoServices HUD_HMIS_xsd.tmp#rhyBCPStatus
Type rhyBCPStatus
Properties
content complex
Model
Children FYSBYouth, ProjectEntryID, RHYBCPStatusID, ReasonNoServices, StatusDate
Instance
<RHYBCPStatus dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <RHYBCPStatusID>{1,1}</RHYBCPStatusID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <StatusDate>{1,1}</StatusDate>
  <FYSBYouth>{1,1}</FYSBYouth>
  <ReasonNoServices>{0,1}</ReasonNoServices>
</RHYBCPStatus>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:FYSBYouth/text()='0') then boolean(hmis:ReasonNoServices) else (if (not(hmis:FYSBYouth/text()='0')) then (not(boolean(hmis:ReasonNoServices))) else false())
Source
<xs:element name="RHYBCPStatus" type="hmis:rhyBCPStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.22</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element rhyBCPStatus / RHYBCPStatusID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the RHYBCPStatus' unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="RHYBCPStatusID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the RHYBCPStatus' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element rhyBCPStatus / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element rhyBCPStatus / StatusDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.22.1.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="StatusDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.22.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element rhyBCPStatus / FYSBYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.22.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="FYSBYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.22.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element rhyBCPStatus / ReasonNoServices
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.22.2A.
Diagram
Diagram HUD_HMIS_xsd.tmp#fysbReasonNoServices
Type fysbReasonNoServices
Properties
content simple
minOccurs 0
Facets
enumeration 1
Out of age range
enumeration 2
Ward of the State – Immediate Reunification
enumeration 3
Ward of the Criminal Justice System – Immediate Reunification
enumeration 4
Other
enumeration 99
Data not collected
Source
<xs:element name="ReasonNoServices" type="hmis:fysbReasonNoServices" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.22.2A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ServiceFAReferral
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.14-4.16
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#serviceFAReferral_ServiceFAReferralID HUD_HMIS_xsd.tmp#serviceFAReferral_ProjectEntryID HUD_HMIS_xsd.tmp#serviceFAReferral_DateProvided HUD_HMIS_xsd.tmp#serviceFAReferral_RecordType HUD_HMIS_xsd.tmp#serviceFAReferral_TypeProvided HUD_HMIS_xsd.tmp#serviceFAReferral_OtherTypeProvided HUD_HMIS_xsd.tmp#serviceFAReferral_SubTypeProvided HUD_HMIS_xsd.tmp#serviceFAReferral_FAAmount HUD_HMIS_xsd.tmp#serviceFAReferral_ReferralOutcome HUD_HMIS_xsd.tmp#serviceFAReferral
Type serviceFAReferral
Properties
content complex
Model
Children DateProvided, FAAmount, OtherTypeProvided, ProjectEntryID, RecordType, ReferralOutcome, ServiceFAReferralID, SubTypeProvided, TypeProvided
Instance
<ServiceFAReferral dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ServiceFAReferralID>{1,1}</ServiceFAReferralID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <DateProvided>{1,1}</DateProvided>
  <RecordType>{1,1}</RecordType>
  <TypeProvided>{1,1}</TypeProvided>
  <OtherTypeProvided>{0,1}</OtherTypeProvided>
  <SubTypeProvided>{0,1}</SubTypeProvided>
  <FAAmount>{0,1}</FAAmount>
  <ReferralOutcome>{0,1}</ReferralOutcome>
</ServiceFAReferral>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (not (hmis:RecordType/text() ='144' and hmis:TypeProvided/text() ='6')) then not (boolean(hmis:OtherTypeProvided)) else boolean(hmis:OtherTypeProvided)
if (not (hmis:RecordType/text() ='144' and (hmis:TypeProvided/text() ='3' or hmis:TypeProvided/text() ='4' or hmis:TypeProvided/text() ='5'))) then not (boolean(hmis:SubTypeProvided)) else boolean(hmis:TypeProvided)
if (not (hmis:RecordType/text() ='151') and not (hmis:RecordType/text() ='152')) then (not (boolean(hmis:FAAmount))) else boolean(hmis:FAAmount)
Source
<xs:element name="ServiceFAReferral" type="hmis:serviceFAReferral">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.14-4.16</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element serviceFAReferral / ServiceFAReferralID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Services' unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ServiceFAReferralID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Services' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element serviceFAReferral / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element serviceFAReferral / DateProvided
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.1.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="DateProvided" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element serviceFAReferral / RecordType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
The permissible values correspond to the decimal values of the corresponding Service FA Referral and Contact types.  4.12 Contact is "12", 4.14 Services Provided is "14X", 4.15 Financial Assistance is "15X", 4.16 Referrals Provided is "16X", Bed Night is "200", and is HUD-VASH OTH voucher tracking "210".
Diagram
Diagram HUD_HMIS_xsd.tmp#recordType
Type recordType
Properties
content simple
Facets
enumeration 12
Contact
enumeration 141
PATH service
enumeration 142
RHY service
enumeration 143
HOPWA service
enumeration 144
SSVF service
enumeration 151
HOPWA financial assistance
enumeration 152
SSVF financial assistance
enumeration 161
PATH referral
enumeration 162
RHY referral
enumeration 200
Bed night
enumeration 210
Bed night
Source
<xs:element name="RecordType" type="hmis:recordType">
  <xs:annotation>
    <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding Service FA Referral and Contact types. 4.12 Contact is "12", 4.14 Services Provided is "14X", 4.15 Financial Assistance is "15X", 4.16 Referrals Provided is "16X", Bed Night is "200", and is HUD-VASH OTH voucher tracking "210".</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element serviceFAReferral / TypeProvided
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.2 (picklist values vary by service category and funder).
In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 12 (Contact Location 4.12.2):
						1 = Place not meant for habitation
						2 = Service setting, non-residential
						3 = Service setting, residential
						
						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 141 (PATH Services 4.14.A):
						
						PATH Services
						1 = Re-engagement
						2 = Screening
						3 = Habilitation/rehabilitation
						4 = Community mental health
						5 = Substance use treatment
						6 = Case management
						7 = Residential supportive services
						8 = Housing minor renovation
						9 = Housing moving assistance
						10 = Housing eligibility determination
						11 = Security deposits
						12 = One-time rent for eviction prevention
						14 = Clinical assessment
						
						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 142 (RHY Services 4.14.B):
						1 = Basic support services
						2 = Community service/service learning (CSL)
						3 = Counseling/therapy
						4 = Dental care
						5 = Education
						6 = Employment and training services
						7 = Criminal justice /legal services
						8 = Life skills training
						9 = Parenting education for parent of youth
						10 = Parenting education for youth with children
						11 = Peer (youth) counseling
						12 = Post-natal care
						13 = Pre-natal care
						14 = Health/medical care 
						15 = Psychological or psychiatric care
						16 = Recreational activities
						17 = Substance abuse assessment and/or treatment
						18 = Substance abuse prevention
						19 = Support group
						20 = Preventative – overnight interim, respite
						21 = Preventative – formal placement in an alternative setting outside of BCP
						22 = Preventative – entry into BCP after preventative services
						23 = Street outreach – health and hygiene products distributed
						24 = Street outreach – food and drink items
						25 = Street outreach – services information/brochures

						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 143 (HOPWA Services 4.14.C):
						1 Adult day care and personal assistance
						2 Case management
						3 Child care
						4 Criminal justice/legal services
						5 Education
						6 Employment and training services
						7 Food/meals/nutritional services
						8 Health/medical care
						9 Life skills training
						10 Mental health care/counseling
						11 Outreach and/or engagement
						12 Substance abuse services/treatment
						13 Transportation
						14 Other HOPWA funded service
						
						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 144 (SSVF Services 4.14.D):
						1 Outreach services
						2 Case management services
						3 Assistance obtaining VA benefits
						4 Assistance obtaining/coordinating other public benefits
						5 Direct provision of other public benefits
						6 Other (non-TFA) supportive service approved by VA
						
						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 151 (Financial Assistance - HOPWA Services 4.15.A):
						1 Rental assistance [collect for PHP and STRMU]
						2 Security deposits [collect for PHP]
						3 Utility deposits [collect for PHP]
						4 Utility payments [collect for PHP and STRMU]
						7 Mortgage assistance [collect for STRMU]
						
						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 152 (Financial Assistance – SSVF 4.15.B):
						1 Rental assistance
						4 Utility fee payment assistance
						2 Security deposit
						3 Utility deposit
						5 Moving costs
						8 Transportation services: tokens/vouchers
						9 Transportation services: vehicle repair/maintenance
						10 Child Care
						11 General housing stability assistance - emergency supplies
						12 General housing stability assistance - other
						14 Emergency housing assistance
						
						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 161 (Referrals Provided – PATH 4.16.A):
						1 Community Mental Health
						2 Substance Use Treatment
						3 Primary Health/ Dental Care
						4 Job Training
						5 Educational Services
						6 Housing Services
						11 Temporary Housing
						7 Permanent Housing
						8 Income Assistance
						9 Employment Assistance
						10 Medical Insurance
						
						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 162 (Referrals Provided - RHY 4.16.B):
						1 Child Care Non-TANF
						2 Supplemental Nutritional Assistance Program (Food Stamps)
						3 Education – McKinney/Vento Liaison Assistance to Remain in School
						4 HUD Section 8 or Other Permanent Housing Assistance
						5 Individual Development Account
						6 Medicaid
						7 Mentoring Program Other than RHY Agency
						8 National Service (Americorp, VISTA, Learn and Serve)
						9 Non-Residential Substance Abuse or Mental Health Program
						10 Other Public – Federal, State, or Local Program
						11 Private Non-profit Charity or Foundation Support
						12 SCHIP
						13 SSI, SSDI, or other Disability Insurance
						14 TANF or other Welfare/Non-Disability Income Maintenance (all TANF Services)
						15 Unemployment Insurance
						16 WIC
						17 Workforce Development (WIA)
						
						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 200 (Services Provided - Bed-night Date 4.14E):
						200	BedNight
						
						In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 210 (Services Provided - HUD-VASH OTH voucher tracking 4.50.1):
						4.50.1 VoucherTracking
						Value Text
						1 Referral package forwarded to PHA
						2 Voucher denied by PHA
						3 Voucher issued by PHA
						4 Voucher revoked or expired
						5 Voucher in use – veteran moved into housing
						6 Voucher was ported locally
						7 Voucher was administratively absorbed by new PHA
						8 Voucher was converted to Housing Choice Voucher
						9 Veteran exited – voucher was returned
						10 Veteran exited – family maintained the voucher
						11 Veteran exited – prior to ever receiving a voucher
						12 Other
Diagram
Diagram
Type restriction of xs:integer
Properties
content simple
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{1,3})
Source
<xs:element name="TypeProvided">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.2 (picklist values vary by service category and funder).</xs:documentation>
    <xs:documentation xml:lang="en">In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 12 (Contact Location 4.12.2): 1 = Place not meant for habitation 2 = Service setting, non-residential 3 = Service setting, residential In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 141 (PATH Services 4.14.A): PATH Services 1 = Re-engagement 2 = Screening 3 = Habilitation/rehabilitation 4 = Community mental health 5 = Substance use treatment 6 = Case management 7 = Residential supportive services 8 = Housing minor renovation 9 = Housing moving assistance 10 = Housing eligibility determination 11 = Security deposits 12 = One-time rent for eviction prevention 14 = Clinical assessment In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 142 (RHY Services 4.14.B): 1 = Basic support services 2 = Community service/service learning (CSL) 3 = Counseling/therapy 4 = Dental care 5 = Education 6 = Employment and training services 7 = Criminal justice /legal services 8 = Life skills training 9 = Parenting education for parent of youth 10 = Parenting education for youth with children 11 = Peer (youth) counseling 12 = Post-natal care 13 = Pre-natal care 14 = Health/medical care 15 = Psychological or psychiatric care 16 = Recreational activities 17 = Substance abuse assessment and/or treatment 18 = Substance abuse prevention 19 = Support group 20 = Preventative – overnight interim, respite 21 = Preventative – formal placement in an alternative setting outside of BCP 22 = Preventative – entry into BCP after preventative services 23 = Street outreach – health and hygiene products distributed 24 = Street outreach – food and drink items 25 = Street outreach – services information/brochures In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 143 (HOPWA Services 4.14.C): 1 Adult day care and personal assistance 2 Case management 3 Child care 4 Criminal justice/legal services 5 Education 6 Employment and training services 7 Food/meals/nutritional services 8 Health/medical care 9 Life skills training 10 Mental health care/counseling 11 Outreach and/or engagement 12 Substance abuse services/treatment 13 Transportation 14 Other HOPWA funded service In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 144 (SSVF Services 4.14.D): 1 Outreach services 2 Case management services 3 Assistance obtaining VA benefits 4 Assistance obtaining/coordinating other public benefits 5 Direct provision of other public benefits 6 Other (non-TFA) supportive service approved by VA In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 151 (Financial Assistance - HOPWA Services 4.15.A): 1 Rental assistance [collect for PHP and STRMU] 2 Security deposits [collect for PHP] 3 Utility deposits [collect for PHP] 4 Utility payments [collect for PHP and STRMU] 7 Mortgage assistance [collect for STRMU] In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 152 (Financial Assistance – SSVF 4.15.B): 1 Rental assistance 4 Utility fee payment assistance 2 Security deposit 3 Utility deposit 5 Moving costs 8 Transportation services: tokens/vouchers 9 Transportation services: vehicle repair/maintenance 10 Child Care 11 General housing stability assistance - emergency supplies 12 General housing stability assistance - other 14 Emergency housing assistance In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 161 (Referrals Provided – PATH 4.16.A): 1 Community Mental Health 2 Substance Use Treatment 3 Primary Health/ Dental Care 4 Job Training 5 Educational Services 6 Housing Services 11 Temporary Housing 7 Permanent Housing 8 Income Assistance 9 Employment Assistance 10 Medical Insurance In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 162 (Referrals Provided - RHY 4.16.B): 1 Child Care Non-TANF 2 Supplemental Nutritional Assistance Program (Food Stamps) 3 Education – McKinney/Vento Liaison Assistance to Remain in School 4 HUD Section 8 or Other Permanent Housing Assistance 5 Individual Development Account 6 Medicaid 7 Mentoring Program Other than RHY Agency 8 National Service (Americorp, VISTA, Learn and Serve) 9 Non-Residential Substance Abuse or Mental Health Program 10 Other Public – Federal, State, or Local Program 11 Private Non-profit Charity or Foundation Support 12 SCHIP 13 SSI, SSDI, or other Disability Insurance 14 TANF or other Welfare/Non-Disability Income Maintenance (all TANF Services) 15 Unemployment Insurance 16 WIC 17 Workforce Development (WIA) In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 200 (Services Provided - Bed-night Date 4.14E): 200 BedNight In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 210 (Services Provided - HUD-VASH OTH voucher tracking 4.50.1): 4.50.1 VoucherTracking Value Text 1 Referral package forwarded to PHA 2 Voucher denied by PHA 3 Voucher issued by PHA 4 Voucher revoked or expired 5 Voucher in use – veteran moved into housing 6 Voucher was ported locally 7 Voucher was administratively absorbed by new PHA 8 Voucher was converted to Housing Choice Voucher 9 Veteran exited – voucher was returned 10 Veteran exited – family maintained the voucher 11 Veteran exited – prior to ever receiving a voucher 12 Other</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:integer">
      <xs:pattern value="[0-9]{1,3}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element serviceFAReferral / OtherTypeProvided
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.2D (if it exists) .
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherTypeProvided" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.2D (if it exists) .</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element serviceFAReferral / SubTypeProvided
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.3A, 4B, 5C (if it exists).
Diagram
Diagram
Type restriction of xs:integer
Properties
content simple
minOccurs 0
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{1,2})
Source
<xs:element name="SubTypeProvided" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.3A, 4B, 5C (if it exists).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:integer">
      <xs:pattern value="[0-9]{1,2}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element serviceFAReferral / FAAmount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.15A #3 and 4.15B #2, Financial Assistance Amount.
Diagram
Diagram HUD_HMIS_xsd.tmp#money
Type money
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element name="FAAmount" type="hmis:money" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.15A #3 and 4.15B #2, Financial Assistance Amount.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element serviceFAReferral / ReferralOutcome
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.16A #2A.
Diagram
Diagram HUD_HMIS_xsd.tmp#referralOutcome
Type referralOutcome
Properties
content simple
minOccurs 0
Facets
enumeration 1
Attained
enumeration 2
Not attained
enumeration 3
Unknown
Source
<xs:element name="ReferralOutcome" type="hmis:referralOutcome" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.16A #2A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / Site
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.8.
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#site_SiteID HUD_HMIS_xsd.tmp#site_CoCCode HUD_HMIS_xsd.tmp#site_ProjectID HUD_HMIS_xsd.tmp#site_PrincipalSite HUD_HMIS_xsd.tmp#site_Address HUD_HMIS_xsd.tmp#site_City HUD_HMIS_xsd.tmp#site_State HUD_HMIS_xsd.tmp#site_ZIP HUD_HMIS_xsd.tmp#site_Geocode HUD_HMIS_xsd.tmp#site
Type site
Properties
content complex
Model
Children Address, City, CoCCode, Geocode, PrincipalSite, ProjectID, SiteID, State, ZIP
Instance
<Site dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <SiteID>{1,1}</SiteID>
  <CoCCode>{1,1}</CoCCode>
  <ProjectID>{1,1}</ProjectID>
  <PrincipalSite>{1,1}</PrincipalSite>
  <Address>{0,1}</Address>
  <City>{0,1}</City>
  <State>{0,1}</State>
  <ZIP>{0,1}</ZIP>
  <Geocode>{0,1}</Geocode>
</Site>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="Site" type="hmis:site">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element site / SiteID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the Site's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="SiteID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Site's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element site / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the CoC
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="CoCCode" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element site / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Project
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Project</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element site / PrincipalSite
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.8.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="PrincipalSite" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element site / Address
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Street Address
Diagram
Diagram HUD_HMIS_xsd.tmp#string100
Type string100
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element name="Address" type="hmis:string100" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Street Address</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element site / City
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
City of Address
Diagram
Diagram HUD_HMIS_xsd.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="City" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">City of Address</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element site / State
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
State of Address
Diagram
Diagram HUD_HMIS_xsd.tmp#state
Type state
Properties
content simple
minOccurs 0
Facets
enumeration AK
enumeration AL
enumeration AR
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DE
enumeration FL
enumeration GA
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MI
enumeration MN
enumeration MO
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
enumeration DC
enumeration AS
enumeration FM
enumeration GU
enumeration MH
enumeration MP
enumeration PR
enumeration PW
enumeration VI
enumeration AA
enumeration AE
enumeration AP
Source
<xs:element name="State" type="hmis:state" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">State of Address</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element site / ZIP
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See https://tools.usps.com/go/ZipLookupAction!input.action
Diagram
Diagram HUD_HMIS_xsd.tmp#zipCode
Type zipCode
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{5}(-[0-9]{4})?
Source
<xs:element name="ZIP" type="hmis:zipCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See https://tools.usps.com/go/ZipLookupAction!input.action</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element site / Geocode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.8.1.A.
Diagram
Diagram HUD_HMIS_xsd.tmp#geocode
Type geocode
Properties
content simple
minOccurs 0
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{6})
Source
<xs:element name="Geocode" type="hmis:geocode" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.1.A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / ClientVeteranInfo
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#clientVeteranInfo_ClientVeteranInfoID HUD_HMIS_xsd.tmp#clientVeteranInfo_PersonalID HUD_HMIS_xsd.tmp#clientVeteranInfo_YearEnteredService HUD_HMIS_xsd.tmp#clientVeteranInfo_YearSeparated HUD_HMIS_xsd.tmp#clientVeteranInfo_WorldWarII HUD_HMIS_xsd.tmp#clientVeteranInfo_KoreanWar HUD_HMIS_xsd.tmp#clientVeteranInfo_VietnamWar HUD_HMIS_xsd.tmp#clientVeteranInfo_DesertStorm HUD_HMIS_xsd.tmp#clientVeteranInfo_AfghanistanOEF HUD_HMIS_xsd.tmp#clientVeteranInfo_IraqOIF HUD_HMIS_xsd.tmp#clientVeteranInfo_IraqOND HUD_HMIS_xsd.tmp#clientVeteranInfo_OtherTheater HUD_HMIS_xsd.tmp#clientVeteranInfo_MilitaryBranch HUD_HMIS_xsd.tmp#clientVeteranInfo_DischargeStatus HUD_HMIS_xsd.tmp#clientVeteranInfo
Type clientVeteranInfo
Properties
content complex
Model
Children AfghanistanOEF, ClientVeteranInfoID, DesertStorm, DischargeStatus, IraqOIF, IraqOND, KoreanWar, MilitaryBranch, OtherTheater, PersonalID, VietnamWar, WorldWarII, YearEnteredService, YearSeparated
Instance
<ClientVeteranInfo dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <ClientVeteranInfoID>{1,1}</ClientVeteranInfoID>
  <PersonalID>{1,1}</PersonalID>
  <YearEnteredService>{0,1}</YearEnteredService>
  <YearSeparated>{0,1}</YearSeparated>
  <WorldWarII>{0,1}</WorldWarII>
  <KoreanWar>{0,1}</KoreanWar>
  <VietnamWar>{0,1}</VietnamWar>
  <DesertStorm>{0,1}</DesertStorm>
  <AfghanistanOEF>{0,1}</AfghanistanOEF>
  <IraqOIF>{0,1}</IraqOIF>
  <IraqOND>{0,1}</IraqOND>
  <OtherTheater>{0,1}</OtherTheater>
  <MilitaryBranch>{0,1}</MilitaryBranch>
  <DischargeStatus>{0,1}</DischargeStatus>
</ClientVeteranInfo>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="ClientVeteranInfo" type="hmis:clientVeteranInfo">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / ClientVeteranInfoID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the ClientVeteranInfo's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ClientVeteranInfoID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the ClientVeteranInfo's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / PersonalID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Refers to a Client element
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="PersonalID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Refers to a Client element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / YearEnteredService
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.1
Diagram
Diagram
Type xs:gYear
Properties
content simple
minOccurs 0
Source
<xs:element name="YearEnteredService" type="xs:gYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.1</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / YearSeparated
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.2
Diagram
Diagram
Type xs:gYear
Properties
content simple
minOccurs 0
Source
<xs:element name="YearSeparated" type="xs:gYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.2</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / WorldWarII
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.3
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WorldWarII" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.3</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / KoreanWar
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.4
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="KoreanWar" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.4</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / VietnamWar
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.5
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="VietnamWar" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.5</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / DesertStorm
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.6
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DesertStorm" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.6</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / AfghanistanOEF
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.7
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AfghanistanOEF" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.7</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / IraqOIF
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.8
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="IraqOIF" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.8</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / IraqOND
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.9
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="IraqOND" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.9</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / OtherTheater
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.10
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="OtherTheater" type="fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.10</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / MilitaryBranch
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.11
Diagram
Diagram HUD_HMIS_xsd.tmp#militaryBranch
Type militaryBranch
Properties
content simple
minOccurs 0
Facets
enumeration 1
Army
enumeration 2
Air Force
enumeration 3
Navy
enumeration 4
Marines
enumeration 6
Coast Guard
enumeration 7
Other
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="MilitaryBranch" type="militaryBranch" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.11</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element clientVeteranInfo / DischargeStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.41.12
Diagram
Diagram HUD_HMIS_xsd.tmp#dischargeStatus
Type dischargeStatus
Properties
content simple
minOccurs 0
Facets
enumeration 1
Honorable
enumeration 2
General under honorable conditions
enumeration 4
Bad conduct
enumeration 5
Dishonorable
enumeration 6
Under other than honorable conditions (OTH)
enumeration 7
Uncharacterized
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="DischargeStatus" type="dischargeStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.12</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / EntryRHSP
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.40.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#entryRHSP_EntryRHSPID HUD_HMIS_xsd.tmp#entryRHSP_ProjectEntryID HUD_HMIS_xsd.tmp#entryRHSP_WorstHousingSituation HUD_HMIS_xsd.tmp#entryRHSP
Type entryRHSP
Properties
content complex
Model
Children EntryRHSPID, ProjectEntryID, WorstHousingSituation
Instance
<EntryRHSP dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <EntryRHSPID>{1,1}</EntryRHSPID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <WorstHousingSituation>{1,1}</WorstHousingSituation>
</EntryRHSP>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:element name="EntryRHSP" type="hmis:entryRHSP">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.40.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHSP / EntryRHSPID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the EntryRHSP's unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EntryRHSPID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the EntryRHSP's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHSP / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHSP / WorstHousingSituation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.40.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WorstHousingSituation" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.40.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element export / EntryRHY
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.
Diagram
Diagram
Type entryRHY
Properties
content complex
Model
Children AbuseAndNeglectFam, AbuseAndNeglectYouth, ActiveMilitaryParent, AlcoholDrugAbuseFam, AlcoholDrugAbuseYouth, AskedOrForcedToExchangeForSex, AskedOrForcedToExchangeForSexPastThreeMonths, ChildWelfareMonths, ChildWelfareYears, CoercedToContinueWork, CountOfExchangeForSex, CountOutreachReferralApproaches, EntryRHYID, ExchangeForSex, ExchangeForSexPastThreeMonths, FormerWardChildWelfare, FormerWardJuvenileJustice, HealthIssuesFam, HealthIssuesYouth, HouseholdDynamics, HousingIssuesFam, HousingIssuesYouth, IncarceratedParent, IncarceratedParentStatus, InsufficientIncome, JuvenileJusticeMonths, JuvenileJusticeYears, LaborExploitPastThreeMonths, MentalDisabilityFam, MentalDisabilityYouth, MentalHealthIssuesFam, MentalHealthIssuesYouth, PhysicalDisabilityFam, PhysicalDisabilityYouth, ProjectEntryID, ReferralSource, SchoolEducationalIssuesFam, SchoolEducationalIssuesYouth, SexualOrientation, SexualOrientationGenderIDFam, SexualOrientationGenderIDYouth, UnemploymentFam, UnemploymentYouth, WorkPlaceViolenceThreats, WorkplacePromiseDifference
Instance
<EntryRHY dateCreated="" dateDeleted="" dateUpdated="" userID="" xmlns="http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd">
  <EntryRHYID>{1,1}</EntryRHYID>
  <ProjectEntryID>{1,1}</ProjectEntryID>
  <HouseholdDynamics>{1,1}</HouseholdDynamics>
  <SexualOrientation>{1,1}</SexualOrientation>
  <SexualOrientationGenderIDYouth>{1,1}</SexualOrientationGenderIDYouth>
  <SexualOrientationGenderIDFam>{1,1}</SexualOrientationGenderIDFam>
  <HousingIssuesYouth>{1,1}</HousingIssuesYouth>
  <HousingIssuesFam>{1,1}</HousingIssuesFam>
  <SchoolEducationalIssuesYouth>{1,1}</SchoolEducationalIssuesYouth>
  <SchoolEducationalIssuesFam>{1,1}</SchoolEducationalIssuesFam>
  <UnemploymentYouth>{1,1}</UnemploymentYouth>
  <UnemploymentFam>{1,1}</UnemploymentFam>
  <MentalHealthIssuesYouth>{1,1}</MentalHealthIssuesYouth>
  <MentalHealthIssuesFam>{1,1}</MentalHealthIssuesFam>
  <HealthIssuesYouth>{1,1}</HealthIssuesYouth>
  <HealthIssuesFam>{1,1}</HealthIssuesFam>
  <PhysicalDisabilityYouth>{1,1}</PhysicalDisabilityYouth>
  <PhysicalDisabilityFam>{1,1}</PhysicalDisabilityFam>
  <MentalDisabilityYouth>{1,1}</MentalDisabilityYouth>
  <MentalDisabilityFam>{1,1}</MentalDisabilityFam>
  <AbuseAndNeglectYouth>{1,1}</AbuseAndNeglectYouth>
  <AbuseAndNeglectFam>{1,1}</AbuseAndNeglectFam>
  <AlcoholDrugAbuseYouth>{1,1}</AlcoholDrugAbuseYouth>
  <AlcoholDrugAbuseFam>{1,1}</AlcoholDrugAbuseFam>
  <InsufficientIncome>{1,1}</InsufficientIncome>
  <ActiveMilitaryParent>{1,1}</ActiveMilitaryParent>
  <IncarceratedParent>{1,1}</IncarceratedParent>
  <IncarceratedParentStatus>{0,1}</IncarceratedParentStatus>
  <WorkPlaceViolenceThreats>{0,1}</WorkPlaceViolenceThreats>
  <WorkplacePromiseDifference>{0,1}</WorkplacePromiseDifference>
  <CoercedToContinueWork>{0,1}</CoercedToContinueWork>
  <LaborExploitPastThreeMonths>{0,1}</LaborExploitPastThreeMonths>
  <ExchangeForSex>{1,1}</ExchangeForSex>
  <ExchangeForSexPastThreeMonths>{1,1}</ExchangeForSexPastThreeMonths>
  <CountOfExchangeForSex>{0,1}</CountOfExchangeForSex>
  <AskedOrForcedToExchangeForSex>{0,1}</AskedOrForcedToExchangeForSex>
  <AskedOrForcedToExchangeForSexPastThreeMonths>{0,1}</AskedOrForcedToExchangeForSexPastThreeMonths>
  <FormerWardJuvenileJustice>{1,1}</FormerWardJuvenileJustice>
  <JuvenileJusticeYears>{0,1}</JuvenileJusticeYears>
  <JuvenileJusticeMonths>{0,1}</JuvenileJusticeMonths>
  <FormerWardChildWelfare>{1,1}</FormerWardChildWelfare>
  <ChildWelfareYears>{0,1}</ChildWelfareYears>
  <ChildWelfareMonths>{0,1}</ChildWelfareMonths>
  <ReferralSource>{1,1}</ReferralSource>
  <CountOutreachReferralApproaches>{0,1}</CountOutreachReferralApproaches>
</EntryRHY>
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:CoercedToContinueWork) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:CoercedToContinueWork))) else false())
if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:LaborExploitPastThreeMonths) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:LaborExploitPastThreeMonths))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:ExchangeForSexPastThreeMonths) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:ExchangeForSexPastThreeMonths))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:CountOfExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:CountOfExchangeForSex))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSex))) else false())
if (hmis:AskedOrForcedToExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths) else (if (not(hmis:AskedOrForcedToExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths))) else false())
Source
<xs:element name="EntryRHY" type="hmis:entryRHY">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / EntryRHYID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reference to the EntryRHY' unique ID
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EntryRHYID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the EntryRHY' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / HouseholdDynamics
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="HouseholdDynamics" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / SexualOrientation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.23.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#sexualOrientation
Type sexualOrientation
Properties
content simple
Facets
enumeration 1
Heterosexual
enumeration 2
Gay
enumeration 3
Lesbian
enumeration 4
Bisexual
enumeration 5
Questioning / Unsure
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="SexualOrientation" type="hmis:sexualOrientation">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.23.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / SexualOrientationGenderIDYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.2.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="SexualOrientationGenderIDYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / SexualOrientationGenderIDFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.3.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="SexualOrientationGenderIDFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / HousingIssuesYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.4.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="HousingIssuesYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / HousingIssuesFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.5.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="HousingIssuesFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.5.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / SchoolEducationalIssuesYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.6.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="SchoolEducationalIssuesYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.6.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / SchoolEducationalIssuesFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.7.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="SchoolEducationalIssuesFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.7.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / UnemploymentYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.8.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="UnemploymentYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.8.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / UnemploymentFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.9.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="UnemploymentFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.9.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / MentalHealthIssuesYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.10.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="MentalHealthIssuesYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.10.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / MentalHealthIssuesFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.11.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="MentalHealthIssuesFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.11.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / HealthIssuesYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.12.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="HealthIssuesYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.12.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / HealthIssuesFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.13.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="HealthIssuesFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.13.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / PhysicalDisabilityYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.14.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="PhysicalDisabilityYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.14.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / PhysicalDisabilityFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.15.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="PhysicalDisabilityFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.15.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / MentalDisabilityYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.16.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="MentalDisabilityYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.16.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / MentalDisabilityFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.17.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="MentalDisabilityFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.17.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / AbuseAndNeglectYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.18.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="AbuseAndNeglectYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.18.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / AbuseAndNeglectFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.19.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="AbuseAndNeglectFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.19.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / AlcoholDrugAbuseYouth
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.20.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="AlcoholDrugAbuseYouth" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.20.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / AlcoholDrugAbuseFam
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.21.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="AlcoholDrugAbuseFam" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.21.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / InsufficientIncome
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.22.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="InsufficientIncome" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.22.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / ActiveMilitaryParent
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.23.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="ActiveMilitaryParent" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.23.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / IncarceratedParent
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.24.
Diagram
Diagram HUD_HMIS_xsd.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
Source
<xs:element name="IncarceratedParent" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.24.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / IncarceratedParentStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.33.24A.
Diagram
Diagram HUD_HMIS_xsd.tmp#incarceratedParentStatus
Type incarceratedParentStatus
Properties
content simple
minOccurs 0
Facets
enumeration 1
One parent / legal guardian is incarcerated
enumeration 2
One parent / legal guardian is incarcerated
enumeration 3
The only parent / legal guardian is incarcerated
enumeration 99
Data not collected
Source
<xs:element name="IncarceratedParentStatus" type="hmis:incarceratedParentStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.24A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / WorkPlaceViolenceThreats
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.35, B1.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WorkPlaceViolenceThreats" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35, B1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / WorkplacePromiseDifference
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.35, B2.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="WorkplacePromiseDifference" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35, B2.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / CoercedToContinueWork
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.35, BA.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="CoercedToContinueWork" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35, BA.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / LaborExploitPastThreeMonths
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.35, BB.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="LaborExploitPastThreeMonths" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35, BB.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / ExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.35A.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ExchangeForSex" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35A.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / ExchangeForSexPastThreeMonths
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.35A.1A
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ExchangeForSexPastThreeMonths" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35A.1A</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / CountOfExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.35A.1B.
Diagram
Diagram HUD_HMIS_xsd.tmp#countOfExchangeForSex
Type countOfExchangeForSex
Properties
content simple
minOccurs 0
Facets
enumeration 1
1-3
enumeration 2
4-7
enumeration 3
8-11
enumeration 4
12 or more
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="CountOfExchangeForSex" type="hmis:countOfExchangeForSex" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35A.1B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / AskedOrForcedToExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.35.1C.
Diagram
Diagram HUD_HMIS_xsd.tmp#askedOrForcedToExchangeForSex
Type askedOrForcedToExchangeForSex
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AskedOrForcedToExchangeForSex" type="hmis:askedOrForcedToExchangeForSex" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35.1C.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / AskedOrForcedToExchangeForSexPastThreeMonths
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.35.1D.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
minOccurs 0
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="AskedOrForcedToExchangeForSexPastThreeMonths" type="hmis:fiveValDKRefused" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35.1D.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / FormerWardJuvenileJustice
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.32.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="FormerWardJuvenileJustice" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.32.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / JuvenileJusticeYears
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.32.1A.
Diagram
Diagram HUD_HMIS_xsd.tmp#issuesYears
Type issuesYears
Properties
content simple
minOccurs 0
Facets
enumeration 1
Less than one year
enumeration 2
1 to 2 years
enumeration 3
3 to 5 or more years
Source
<xs:element name="JuvenileJusticeYears" type="hmis:issuesYears" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.32.1A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / JuvenileJusticeMonths
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.32.1AB.  Values 1-11 permissible.
Diagram
Diagram
Type xs:unsignedInt
Properties
content simple
minOccurs 0
Source
<xs:element name="JuvenileJusticeMonths" type="xs:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.32.1AB. Values 1-11 permissible.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / FormerWardChildWelfare
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.31.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="FormerWardChildWelfare" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.31.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / ChildWelfareYears
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.31.1B.
Diagram
Diagram HUD_HMIS_xsd.tmp#issuesYears
Type issuesYears
Properties
content simple
minOccurs 0
Facets
enumeration 1
Less than one year
enumeration 2
1 to 2 years
enumeration 3
3 to 5 or more years
Source
<xs:element name="ChildWelfareYears" type="hmis:issuesYears" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.31.1B.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / ChildWelfareMonths
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.31.1BA.  Values 1-11 permissible.
Diagram
Diagram
Type xs:unsignedInt
Properties
content simple
minOccurs 0
Source
<xs:element name="ChildWelfareMonths" type="xs:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.31.1BA. Values 1-11 permissible.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / ReferralSource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.34.1.
Diagram
Diagram HUD_HMIS_xsd.tmp#referralSource
Type referralSource
Properties
content simple
Facets
enumeration 1
Self-Referral
enumeration 2
Individual: Parent/Guardian
enumeration 3
Individual: Relative or Friend
enumeration 4
Individual: Other Adult or Youth
enumeration 5
Individual: Partner/Spouse
enumeration 6
Individual: Foster Parent
enumeration 7
Outreach Project: FYSB
enumeration 10
Outreach Project: Other
enumeration 11
Temporary Shelter: FYSB Basic Center Project
enumeration 12
Temporary Shelter: Other Youth Only Emergency Shelter
enumeration 13
Temporary Shelter: Emergency Shelter for Families
enumeration 14
Temporary Shelter: Emergency Shelter for Individuals
enumeration 15
Temporary Shelter: Domestic Violence Shelter
enumeration 16
Temporary Shelter: Safe Place
enumeration 17
Temporary Shelter: Other
enumeration 18
Residential Project: FYSB Transitional Living Project
enumeration 19
Residential Project: Other Transitional Living Project
enumeration 20
Residential Project: Group Home
enumeration 21
Residential Project: Independent Living Project
enumeration 22
Residential Project: Job Corps
enumeration 23
Residential Project: Drug Treatment Center
enumeration 24
Residential Project: Treatment Center
enumeration 25
Residential Project: Educational Institute
enumeration 26
Residential Project: Other Agency project
enumeration 27
Residential Project: Other Project
enumeration 28
Hotline: National Runaway Switchboard
enumeration 29
Hotline: Other
enumeration 30
Other Agency: Child Welfare/CPS
enumeration 31
Other Agency: Non-Residential Independent Living Project
enumeration 32
Other Project Operated by your Agency
enumeration 33
Other Youth Services Agency
enumeration 34
Juvenile Justice
enumeration 35
Law Enforcement/ Police
enumeration 36
Religious Organization
enumeration 37
Mental Hospital
enumeration 38
School
enumeration 39
Other Organization
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="ReferralSource" type="hmis:referralSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.34.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Element entryRHY / CountOutreachReferralApproaches
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.34.1A.
Diagram
Diagram
Type xs:unsignedInt
Properties
content simple
minOccurs 0
Source
<xs:element name="CountOutreachReferralApproaches" type="xs:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.34.1A.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type sources
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#http___www.hudhdx.info_Resources_Vendors_5_1_1_HUD_HMIS.xsd_sources_Source
Used by
Element Sources
Model
Children Source
Source
<xs:complexType name="sources">
  <xs:sequence>
    <xs:element name="Source" type="hmis:source" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="en">A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type source
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#source_SourceID HUD_HMIS_xsd.tmp#source_SourceType HUD_HMIS_xsd.tmp#source_SourceName HUD_HMIS_xsd.tmp#source_SoftwareName HUD_HMIS_xsd.tmp#source_SoftwareVersion HUD_HMIS_xsd.tmp#source_SourceContactEmail HUD_HMIS_xsd.tmp#source_SourceContactExtension HUD_HMIS_xsd.tmp#source_SourceContactFirst HUD_HMIS_xsd.tmp#source_SourceContactLast HUD_HMIS_xsd.tmp#source_SourceContactPhone HUD_HMIS_xsd.tmp#source_Export
Used by
Element sources/Source
Model
Children Export, SoftwareName, SoftwareVersion, SourceContactEmail, SourceContactExtension, SourceContactFirst, SourceContactLast, SourceContactPhone, SourceID, SourceName, SourceType
Asserts
Test XPath default namespace Annotation
if (hmis:SourceType/text()!='1') then boolean(hmis:SourceName) else true()
if (hmis:SourceType/text()='1') then boolean(hmis:SourceID) else true()
Source
<xs:complexType name="source">
  <xs:sequence>
    <xs:element name="SourceID" type="hmis:string32" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Source's unique ID. If SourceType = 1, this field may not be null and must identify the HUD CoC Code of the HMIS implementation from which data are being exported in the format of two letters, a dash, and 3 numbers. ^[a-zA-Z]{2}-[0-9]{3}$ . If SourceType !=1, this field may be null or used to specify other characteristics, as agreed upon by sender and receiver.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceType" type="hmis:sourceType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Identifies whether the source database is a continuum-operated HMIS (1), an agency-specific database (2), a data warehouse (3), or other (4). An HMIS implementation operated jointly by more than one continuum should be identified as a data warehouse.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceName" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">If the source database is not an HMIS implementation (if SourceType != 1), this field may not be null and must identify the organization responsible for the database.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SoftwareName" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">The name of the software provider generating this XML.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SoftwareVersion" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="en">Version number of the software being used by the software provider.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactEmail" type="hmis:email" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Email address of the person to contact about this XML data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactExtension" type="hmis:extension" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Used with SourceContactPhone to contact the person who can answer questions about this XML.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactFirst" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">First name of the person to contact about this XML data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactLast" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Last name of the person to contact about this XML data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceContactPhone" type="hmis:phoneNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Phone number of the person to contact about this XML data; used with SourceContactExtension.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Export" type="hmis:export" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="en">An export is a set of data being transmitted for a specific purpose (see ExportType). A single XML file can have many different Exports of different types and date ranges.</xs:documentation>
      </xs:annotation>
      <xs:key name="clientKey">
        <xs:selector xpath="hmis:Client"/>
        <xs:field xpath="hmis:PersonalID"/>
      </xs:key>
      <xs:key name="cocKey">
        <xs:selector xpath="hmis:CoC"/>
        <xs:field xpath="hmis:CoCCode"/>
      </xs:key>
      <xs:key name="enrollmentKey">
        <xs:selector xpath="hmis:Enrollment"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:key>
      <xs:key name="exitKey">
        <xs:selector xpath="hmis:Exit"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:key>
      <xs:key name="organizationKey">
        <xs:selector xpath="hmis:Organization"/>
        <xs:field xpath="hmis:OrganizationID"/>
      </xs:key>
      <xs:key name="projectKey">
        <xs:selector xpath="hmis:Project"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:key>
      <xs:keyref name="affiliationProjectKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:Affiliation"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:keyref>
      <xs:keyref name="affiliationResProjectKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:Affiliation"/>
        <xs:field xpath="hmis:ResProjectID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentClientKeyRef" refer="clientKey">
        <xs:selector xpath="hmis:Enrollment"/>
        <xs:field xpath="hmis:PersonalID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentCoCCoCKeyRef" refer="cocKey">
        <xs:selector xpath="hmis:EnrollmentCoC"/>
        <xs:field xpath="hmis:CoCCode"/>
      </xs:keyref>
      <xs:keyref name="enrollmentCoCEnrollmentKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:EnrollmentCoC"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentContactKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Contact"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentDateOfEngagementKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:DateOfEngagement"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentDisabilitiesKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Disabilities"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentDomesticViolenceKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:DomesticViolence"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEducationKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Education"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEmploymentKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Employment"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEnrollmentCoCKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:EnrollmentCoC"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentExitKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:Exit"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentFormerWardChildWelfareKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:FormerWardChildWelfare"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentFormerWardJuvenileJusticeKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:FormerWardJuvenileJustice"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentHealthInsuranceKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:HealthInsurance"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentHealthStatusKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:HealthStatus"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentIncomeAndSourcesKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:IncomeAndSources"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentMedicalAssistanceKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:MedicalAssistance"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentNonCashBenefitsKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:NonCashBenefits"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentPATHStatusKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:PATHStatus"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEntrySSVFKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:EntrySSVF"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentReferralSourceKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:ReferralSource"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentResidentialMoveInDateKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:ResidentialMoveInDate"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentRHYBCPStatusKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:NonCashBenefits"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentServiceFAReferralKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:ServiceFAReferral"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentSexualOrientationKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:SexualOrientation"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEntryRHSPKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:EntryRHSP"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="enrollmentEntryRHYKeyRef" refer="enrollmentKey">
        <xs:selector xpath="hmis:EntryRHY"/>
        <xs:field xpath="hmis:ProjectEntryID"/>
      </xs:keyref>
      <xs:keyref name="exitExitHousingAssessmentKeyRef" refer="exitKey">
        <xs:selector xpath="hmis:ExitHousingAssessment"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:keyref>
      <xs:keyref name="exitExitRHYKeyRef" refer="exitKey">
        <xs:selector xpath="hmis:ExitRHY"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:keyref>
      <xs:keyref name="exitFamilyReunificationKeyRef" refer="exitKey">
        <xs:selector xpath="hmis:FamilyReunification"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:keyref>
      <xs:keyref name="exitHousingAssessmentDispositionKeyRef" refer="exitKey">
        <xs:selector xpath="hmis:HousingAssessmentDisposition"/>
        <xs:field xpath="hmis:ExitID"/>
      </xs:keyref>
      <xs:keyref name="inventoryCoCKeyRef" refer="cocKey">
        <xs:selector xpath="hmis:Inventory"/>
        <xs:field xpath="hmis:CoCCode"/>
      </xs:keyref>
      <xs:keyref name="projectOrganizationKeyRef" refer="organizationKey">
        <xs:selector xpath="hmis:Project"/>
        <xs:field xpath="hmis:OrganizationID"/>
      </xs:keyref>
      <xs:keyref name="cocProjectKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:CoC"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:keyref>
      <xs:keyref name="projectEnrollmentKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:Enrollment"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:keyref>
      <xs:keyref name="projectFunderKeyRef" refer="projectKey">
        <xs:selector xpath="hmis:Funder"/>
        <xs:field xpath="hmis:ProjectID"/>
      </xs:keyref>
      <xs:keyref name="siteCoCKeyRef" refer="cocKey">
        <xs:selector xpath="hmis:Site"/>
        <xs:field xpath="hmis:CoCCode"/>
      </xs:keyref>
      <xs:keyref name="clientVeteranInfoClientKeyRef" refer="clientKey">
        <xs:selector xpath="hmis:ClientVeteranInfo"/>
        <xs:field xpath="hmis:PersonalID"/>
      </xs:keyref>
    </xs:element>
  </xs:sequence>
  <!--Testing if the source database is not an HMIS implementation (if SourceType <> 1), then SourceName may not be null.-->
  <xs:assert test="if (hmis:SourceType/text()!='1') then boolean(hmis:SourceName) else true()"/>
  <!--Testing if sourceType = 1, then SourceID may not be null -->
  <xs:assert test="if (hmis:SourceType/text()='1') then boolean(hmis:SourceID) else true()"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type string32
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 32
Used by
Elements affiliation/AffiliationID, affiliation/ProjectID, affiliation/ResProjectID, client/PersonalID, clientVeteranInfo/ClientVeteranInfoID, clientVeteranInfo/PersonalID, coc/ProjectID, connectionWithSOAR/ConnectionWithSOARID, connectionWithSOAR/ProjectEntryID, dateOfEngagement/DateOfEngagementID, dateOfEngagement/ProjectEntryID, disabilities/DisabilitiesID, disabilities/ProjectEntryID, domesticViolence/DomesticViolenceID, domesticViolence/ProjectEntryID, education/EducationID, education/ProjectEntryID, employment/EmploymentID, employment/ProjectEntryID, enrollment/HouseholdID, enrollment/PersonalID, enrollment/ProjectEntryID, enrollment/ProjectID, enrollmentCoC/EnrollmentCoCID, enrollmentCoC/HouseholdID, enrollmentCoC/ProjectEntryID, entryRHSP/EntryRHSPID, entryRHSP/ProjectEntryID, entryRHY/EntryRHYID, entryRHY/ProjectEntryID, entrySSVF/EntrySSVFID, entrySSVF/ProjectEntryID, exit/ExitID, exit/ProjectEntryID, exitHousingAssessment/ExitHousingAssessmentID, exitHousingAssessment/ExitID, exitRHY/ExitID, exitRHY/ExitRHYID, export/ExportID, funder/FunderID, funder/GrantID, funder/ProjectID, healthInsurance/HealthInsuranceID, healthInsurance/ProjectEntryID, healthStatus/HealthStatusID, healthStatus/ProjectEntryID, housingAssessmentDisposition/ExitID, housingAssessmentDisposition/HousingAssessmentDispositionID, incomeAndSources/IncomeAndSourcesID, incomeAndSources/ProjectEntryID, inventory/InventoryID, inventory/ProjectID, medicalAssistance/MedicalAssistanceID, medicalAssistance/ProjectEntryID, nonCashBenefits/NonCashBenefitsID, nonCashBenefits/ProjectEntryID, organization/OrganizationID, pathStatus/PathStatusID, pathStatus/ProjectEntryID, project/OrganizationID, project/ProjectID, residentialMoveInDate/ProjectEntryID, residentialMoveInDate/ResidentialMoveInDateID, rhyBCPStatus/ProjectEntryID, rhyBCPStatus/RHYBCPStatusID, serviceFAReferral/ProjectEntryID, serviceFAReferral/ServiceFAReferralID, site/CoCCode, site/ProjectID, site/SiteID, source/SourceID
Attribute baseMetaData/@userID
Source
<xs:simpleType name="string32">
  <xs:restriction base="xs:string">
    <xs:maxLength value="32"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type sourceType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Source Type 
1 = continuum-operated HMIS 
2 = agency-specific database
3 = data warehouse
4 = other
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
continuum-operated HMIS
enumeration 2
agency-specific database
enumeration 3
data warehouse
enumeration 4
other
Used by
Source
<xs:simpleType name="sourceType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Source Type 1 = continuum-operated HMIS 2 = agency-specific database 3 = data warehouse 4 = other</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">continuum-operated HMIS</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">agency-specific database</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">data warehouse</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type string50
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 50
Used by
Source
<xs:simpleType name="string50">
  <xs:restriction base="xs:string">
    <xs:maxLength value="50"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type email
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern (([A-Za-z0-9]+_+)|([A-Za-z0-9]+\-+)|([A-Za-z0-9]+\.+)|([A-Za-z0-9]+\++))*[A-Za-z0-9]+@((\w+\-+)|(\w+\.))*\w{1,63}\.[a-zA-Z]{2,6}
Used by
Source
<xs:simpleType name="email">
  <xs:restriction base="xs:string">
    <xs:pattern value="(([A-Za-z0-9]+_+)|([A-Za-z0-9]+\-+)|([A-Za-z0-9]+\.+)|([A-Za-z0-9]+\++))*[A-Za-z0-9]+@((\w+\-+)|(\w+\.))*\w{1,63}\.[a-zA-Z]{2,6}"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type extension
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{1,5}
Used by
Source
<xs:simpleType name="extension">
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{1,5}"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type phoneNumber
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [2-9][0-9]{2}[2-9][0-9]{2}[0-9]{4}
Used by
Source
<xs:simpleType name="phoneNumber">
  <xs:restriction base="xs:string">
    <xs:pattern value="[2-9][0-9]{2}[2-9][0-9]{2}[0-9]{4}"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type export
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#export_ExportID HUD_HMIS_xsd.tmp#export_ExportDate HUD_HMIS_xsd.tmp#export_ExportPeriod HUD_HMIS_xsd.tmp#export_ExportPeriodType HUD_HMIS_xsd.tmp#export_ExportDirective HUD_HMIS_xsd.tmp#export_Affiliation HUD_HMIS_xsd.tmp#export_Client HUD_HMIS_xsd.tmp#export_ConnectionWithSOAR HUD_HMIS_xsd.tmp#export_DateOfEngagement HUD_HMIS_xsd.tmp#export_Disabilities HUD_HMIS_xsd.tmp#export_DomesticViolence HUD_HMIS_xsd.tmp#export_Education HUD_HMIS_xsd.tmp#export_Employment HUD_HMIS_xsd.tmp#export_Enrollment HUD_HMIS_xsd.tmp#export_EnrollmentCoC HUD_HMIS_xsd.tmp#export_Exit HUD_HMIS_xsd.tmp#export_ExitHousingAssessment HUD_HMIS_xsd.tmp#export_ExitRHY HUD_HMIS_xsd.tmp#export_Funder HUD_HMIS_xsd.tmp#export_HealthInsurance HUD_HMIS_xsd.tmp#export_HealthStatus HUD_HMIS_xsd.tmp#export_HousingAssessmentDisposition HUD_HMIS_xsd.tmp#export_IncomeAndSources HUD_HMIS_xsd.tmp#export_Inventory HUD_HMIS_xsd.tmp#export_MedicalAssistance HUD_HMIS_xsd.tmp#export_NonCashBenefits HUD_HMIS_xsd.tmp#export_Organization HUD_HMIS_xsd.tmp#export_PATHStatus HUD_HMIS_xsd.tmp#export_EntrySSVF HUD_HMIS_xsd.tmp#export_Project HUD_HMIS_xsd.tmp#export_CoC HUD_HMIS_xsd.tmp#export_ResidentialMoveInDate HUD_HMIS_xsd.tmp#export_RHYBCPStatus HUD_HMIS_xsd.tmp#export_ServiceFAReferral HUD_HMIS_xsd.tmp#export_Site HUD_HMIS_xsd.tmp#export_ClientVeteranInfo HUD_HMIS_xsd.tmp#export_EntryRHSP HUD_HMIS_xsd.tmp#export_EntryRHY
Used by
Element source/Export
Model
Children Affiliation, Client, ClientVeteranInfo, CoC, ConnectionWithSOAR, DateOfEngagement, Disabilities, DomesticViolence, Education, Employment, Enrollment, EnrollmentCoC, EntryRHSP, EntryRHY, EntrySSVF, Exit, ExitHousingAssessment, ExitRHY, ExportDate, ExportDirective, ExportID, ExportPeriod, ExportPeriodType, Funder, HealthInsurance, HealthStatus, HousingAssessmentDisposition, IncomeAndSources, Inventory, MedicalAssistance, NonCashBenefits, Organization, PATHStatus, Project, RHYBCPStatus, ResidentialMoveInDate, ServiceFAReferral, Site
Asserts
Test XPath default namespace Annotation
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:ClientVeteranInfo[hmis:PersonalID = $id]) le 1)
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:Enrollment[hmis:PersonalID = $id]) ge 1)
every $id in hmis:CoC/hmis:CoCCode satisfies (fn:count(hmis:EnrollmentCoC[hmis:CoCCode = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ConnectionWithSOAR[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Contact[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DateOfEngagement[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Disabilities[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DomesticViolence[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Employment[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EnrollmentCoC[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntryRHY[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntrySSVF[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Exit[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:HealthInsurance[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:HealthStatus[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:IncomeAndSources[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:MedicalAssistance[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:NonCashBenefits[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PathStatus[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntryRHSP[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ResidentialMoveInDate[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:RHYBCPStatus[hmis:ProjectEntryID = $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ServiceFAReferral[hmis:ProjectEntryID = $id]) ge 0)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitHousingAssessment[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitRHY[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:FamilyReunification[hmis:ExitID = $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:HousingAssessmentDisposition[hmis:ExitID = $id]) le 1)
every $id in hmis:Organization/hmis:OrganizationID satisfies (fn:count(hmis:Project[hmis:OrganizationID = $id]) ge 0)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Affiliation[hmis:ProjectID = $id]) ge 0)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:CoC[hmis:ProjectID = $id]) ge 1)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Funder[hmis:ProjectID = $id]) ge 1)
every $id in hmis:Enrollment/hmis:HouseholdID satisfies (fn:count(hmis:Enrollment/hmis:RelationshipToHoH[text()= '1'][../hmis:HouseholdID = $id] ) eq 1)
Source
<xs:complexType name="export">
  <xs:sequence>
    <xs:element name="ExportID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Export's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExportDate" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation xml:lang="en">Time the export was performed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExportPeriod" type="hmis:dateRangeCapped">
      <xs:annotation>
        <xs:documentation xml:lang="en">The date range bounding the data set being transmitted. Used with ExportPeriodType to clarify what the date range represents.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExportPeriodType" type="hmis:exportPeriodType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Pick one of the types to specify the definition of export period being used in ExportPeriod.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExportDirective" type="hmis:exportDirective">
      <xs:annotation>
        <xs:documentation xml:lang="en">Select one of the ExportDirective choices to instruct the target as to how the data being transmitted should be handled.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="Affiliation" type="hmis:affiliation"/>
      <xs:element name="Client" type="hmis:client"/>
      <xs:element name="ConnectionWithSOAR" type="hmis:connectionWithSOAR"/>
      <xs:element name="DateOfEngagement" type="hmis:dateOfEngagement"/>
      <xs:element name="Disabilities" type="hmis:disabilities"/>
      <xs:element name="DomesticViolence" type="hmis:domesticViolence"/>
      <xs:element name="Education" type="hmis:education"/>
      <xs:element name="Employment" type="hmis:employment">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Enrollment" type="hmis:enrollment"/>
      <xs:element name="EnrollmentCoC" type="hmis:enrollmentCoC"/>
      <xs:element name="Exit" type="hmis:exit"/>
      <xs:element name="ExitHousingAssessment" type="hmis:exitHousingAssessment">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.19</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExitRHY" type="hmis:exitRHY"/>
      <xs:element name="Funder" type="hmis:funder"/>
      <xs:element name="HealthInsurance" type="hmis:healthInsurance">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HealthStatus" type="hmis:healthStatus">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.27</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HousingAssessmentDisposition" type="hmis:housingAssessmentDisposition">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.18</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="IncomeAndSources" type="hmis:incomeAndSources">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Inventory" type="hmis:inventory">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MedicalAssistance" type="hmis:medicalAssistance">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NonCashBenefits" type="hmis:nonCashBenefits">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Organization" type="hmis:organization"/>
      <xs:element name="PATHStatus" type="hmis:pathStatus">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.20</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EntrySSVF" type="hmis:entrySSVF"/>
      <xs:element name="Project" type="hmis:project">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CoC" type="hmis:coc">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
      <xs:element name="ResidentialMoveInDate" type="hmis:residentialMoveInDate">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.17</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RHYBCPStatus" type="hmis:rhyBCPStatus">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.22</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ServiceFAReferral" type="hmis:serviceFAReferral">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.14-4.16</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Site" type="hmis:site">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ClientVeteranInfo" type="hmis:clientVeteranInfo">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EntryRHSP" type="hmis:entryRHSP">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.40.1.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EntryRHY" type="hmis:entryRHY">
        <xs:annotation>
          <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
  <!--Cardinality Checking-->
  <xs:assert test="every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:ClientVeteranInfo[hmis:PersonalID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:Enrollment[hmis:PersonalID = $id]) ge 1)"/>
  <xs:assert test="every $id in hmis:CoC/hmis:CoCCode satisfies (fn:count(hmis:EnrollmentCoC[hmis:CoCCode = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ConnectionWithSOAR[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Contact[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DateOfEngagement[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Disabilities[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DomesticViolence[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Employment[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EnrollmentCoC[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntryRHY[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntrySSVF[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Exit[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:HealthInsurance[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:HealthStatus[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:IncomeAndSources[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:MedicalAssistance[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:NonCashBenefits[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PathStatus[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EntryRHSP[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ResidentialMoveInDate[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:RHYBCPStatus[hmis:ProjectEntryID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ServiceFAReferral[hmis:ProjectEntryID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitHousingAssessment[hmis:ExitID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitRHY[hmis:ExitID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:FamilyReunification[hmis:ExitID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:HousingAssessmentDisposition[hmis:ExitID = $id]) le 1)"/>
  <xs:assert test="every $id in hmis:Organization/hmis:OrganizationID satisfies (fn:count(hmis:Project[hmis:OrganizationID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Affiliation[hmis:ProjectID = $id]) ge 0)"/>
  <xs:assert test="every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:CoC[hmis:ProjectID = $id]) ge 1)"/>
  <xs:assert test="every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Funder[hmis:ProjectID = $id]) ge 1)"/>
  <!-- Checking that there is only one Head of Household per Household enrolled -->
  <xs:assert test="every $id in hmis:Enrollment/hmis:HouseholdID satisfies (fn:count(hmis:Enrollment/hmis:RelationshipToHoH[text()= '1'][../hmis:HouseholdID = $id] ) eq 1)"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type dateRangeCapped
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
A date range, both start and end dates are required.
Diagram
Diagram HUD_HMIS_xsd.tmp#dateRangeCapped_StartDate HUD_HMIS_xsd.tmp#dateRangeCapped_EndDate
Used by
Model
Children EndDate, StartDate
Source
<xs:complexType name="dateRangeCapped">
  <xs:annotation>
    <xs:documentation xml:lang="en">A date range, both start and end dates are required.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StartDate" type="xs:dateTime"/>
    <xs:element name="EndDate" type="xs:dateTime"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type exportPeriodType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration updated
Exported data sets with an ExportPeriodType of ‘updated’ will include all records with a dateCreated, dateUpdated, or a dateDeleted that falls between the Export.StartDate and the Export.EndDate.
enumeration effective
Exported data sets with an ExportPeriod type of ‘effective’ will include all enrollment data, along with associated client and project descriptor data, where the informationDate (or other effective date such as Project.EntryDate, Project.ExitDate, ContactDate, etc.) falls between the Export.StartDate and the Export.EndDate.
enumeration reportingPeriod
‘reportingPeriod’ exports include all records needed for reporting on clients and enrollments active in the export period.  This will include all records in Enrollments (regardless of informationDate, dateCreated, dateUpdated, etc.), client files, and project descriptor files associated with a ProjectEntryID where: ProjectEntryDate is on or before the Export.EndDate; Project.ExitDate is null OR Project.ExitDate is on or after the Export.StartDate; ProjectID is associated with a project selected by a user for export OR the user did not choose to filter the export by Project; A CoCCode associated with the ProjectEntryID matches a CoCCode selected by a user for export OR the user did not choose to filter the export by CoCCode.
enumeration other
The ‘other’ type of ExportPeriodType is used to identify exports in which records were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data."
Used by
Source
<xs:simpleType name="exportPeriodType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="updated">
      <xs:annotation>
        <xs:documentation xml:lang="en">Exported data sets with an ExportPeriodType of ‘updated’ will include all records with a dateCreated, dateUpdated, or a dateDeleted that falls between the Export.StartDate and the Export.EndDate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="effective">
      <xs:annotation>
        <xs:documentation xml:lang="en">Exported data sets with an ExportPeriod type of ‘effective’ will include all enrollment data, along with associated client and project descriptor data, where the informationDate (or other effective date such as Project.EntryDate, Project.ExitDate, ContactDate, etc.) falls between the Export.StartDate and the Export.EndDate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="reportingPeriod">
      <xs:annotation>
        <xs:documentation xml:lang="en">‘reportingPeriod’ exports include all records needed for reporting on clients and enrollments active in the export period. This will include all records in Enrollments (regardless of informationDate, dateCreated, dateUpdated, etc.), client files, and project descriptor files associated with a ProjectEntryID where: ProjectEntryDate is on or before the Export.EndDate; Project.ExitDate is null OR Project.ExitDate is on or after the Export.StartDate; ProjectID is associated with a project selected by a user for export OR the user did not choose to filter the export by Project; A CoCCode associated with the ProjectEntryID matches a CoCCode selected by a user for export OR the user did not choose to filter the export by CoCCode.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="other">
      <xs:annotation>
        <xs:documentation xml:lang="en">The ‘other’ type of ExportPeriodType is used to identify exports in which records were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data."</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type exportDirective
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration deltaRefresh
The data contained in this file is meant to be synchronized with an existing data set.
enumeration fullRefresh
The data contained in this file is meant to replace an existing data set for the export period.
enumeration other
The data contained in this file were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data.
Used by
Source
<xs:simpleType name="exportDirective">
  <xs:restriction base="xs:string">
    <xs:enumeration value="deltaRefresh">
      <xs:annotation>
        <xs:documentation xml:lang="en">The data contained in this file is meant to be synchronized with an existing data set.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="fullRefresh">
      <xs:annotation>
        <xs:documentation xml:lang="en">The data contained in this file is meant to replace an existing data set for the export period.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="other">
      <xs:annotation>
        <xs:documentation xml:lang="en">The data contained in this file were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type affiliation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#affiliation_AffiliationID HUD_HMIS_xsd.tmp#affiliation_ProjectID HUD_HMIS_xsd.tmp#affiliation_ResProjectID
Used by
Model
Children AffiliationID, ProjectID, ResProjectID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="affiliation">
  <xs:sequence>
    <xs:element name="AffiliationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Affiliation's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See HMIS Data Dictionary (Proposed Amendment), Section 2.4, Project Type.2AB.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type client
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#client_PersonalID HUD_HMIS_xsd.tmp#client_FirstName HUD_HMIS_xsd.tmp#client_MiddleName HUD_HMIS_xsd.tmp#client_LastName HUD_HMIS_xsd.tmp#client_NameSuffix HUD_HMIS_xsd.tmp#client_NameDataQuality HUD_HMIS_xsd.tmp#client_SSN HUD_HMIS_xsd.tmp#client_SSNDataQuality HUD_HMIS_xsd.tmp#client_DOB HUD_HMIS_xsd.tmp#client_DOBDataQuality HUD_HMIS_xsd.tmp#client_Gender HUD_HMIS_xsd.tmp#client_Ethnicity HUD_HMIS_xsd.tmp#client_Race HUD_HMIS_xsd.tmp#client_VeteranStatus
Used by
Element export/Client
Model
Children DOB, DOBDataQuality, Ethnicity, FirstName, Gender, LastName, MiddleName, NameDataQuality, NameSuffix, PersonalID, Race, SSN, SSNDataQuality, VeteranStatus
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="client">
  <xs:sequence>
    <xs:element name="PersonalID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FirstName" type="hmis:nameHashingOption" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.1.</xs:documentation>
      </xs:annotation>
      <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
      <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
      <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
    </xs:element>
    <xs:element name="MiddleName" type="hmis:nameHashingOption" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.2.</xs:documentation>
      </xs:annotation>
      <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
      <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
      <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
    </xs:element>
    <xs:element name="LastName" type="hmis:nameHashingOption" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.3.</xs:documentation>
      </xs:annotation>
      <xs:alternative test="@hmis:hashStatus='1'" type="hmis:nameHashingOptionPlain"/>
      <xs:alternative test="@hmis:hashStatus='2'" type="hmis:nameHashingOptionSHA1RHY"/>
      <xs:alternative test="@hmis:hashStatus='3'" type="hmis:nameHashingOption"/>
    </xs:element>
    <xs:element name="NameSuffix" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NameDataQuality" type="hmis:nameDataQuality">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.1.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSN" type="hmis:ssnHashingOption" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.2.1.</xs:documentation>
        <xs:documentation xml:lang="en">Unknown SSN digits should be indicated with a lower case "x".</xs:documentation>
      </xs:annotation>
      <xs:alternative test="@hmis:hashStatus='1'" type="hmis:ssnHashingOptionPlain"/>
      <xs:alternative test="@hmis:hashStatus='2'" type="hmis:ssnHashingOptionSHA1RHY"/>
      <xs:alternative test="@hmis:hashStatus='3'" type="hmis:ssnHashingOption"/>
      <xs:alternative test="@hmis:hashStatus" type="hmis:ssnHashingOptionPlain"/>
    </xs:element>
    <xs:element name="SSNDataQuality" type="hmis:ssnDataQuality">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.2.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DOB" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.3.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DOBDataQuality" type="hmis:dobDataQuality">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.3.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Gender" type="hmis:gender">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.6.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Ethnicity" type="hmis:ethnicity">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.5.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Race" type="hmis:race" maxOccurs="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.4.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VeteranStatus" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.7.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type nameHashingOption
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#hashStatus
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="nameHashingOption">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="hashStatus" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type nameDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Name Data Quality 
1 = Full name reported 
2 = Partial, street name, or code name reported 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full name reported
enumeration 2
Partial, street name, or code name reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="nameDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name Data Quality 1 = Full name reported 2 = Partial, street name, or code name reported 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full name reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Partial, street name, or code name reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type ssnHashingOption
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#hashStatus
Type extension of xs:token
Used by
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="ssnHashingOption">
  <xs:simpleContent>
    <xs:extension base="xs:token">
      <xs:attribute ref="hashStatus" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type ssnDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
SSN Data Quality 
1 = Full SSN reported 
2 = Approximate or partial SSN reported 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full SSN reported
enumeration 2
Approximate or partial SSN reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="ssnDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">SSN Data Quality 1 = Full SSN reported 2 = Approximate or partial SSN reported 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full SSN reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Approximate or partial SSN reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type dobDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Name Data Quality 
1 = Full DOB reported 
2 = Approximate or partial DOB reported 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full DOB reported
enumeration 2
Approximate or partial DOB reported
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="dobDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name Data Quality 1 = Full DOB reported 2 = Approximate or partial DOB reported 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full DOB reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Approximate or partial DOB reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type gender
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Applicable to:
Gender 
0 = Female
1 = Male 
2 = Transgender male to female 
3 = Transgender female to male 
4 = Doesn’t identify as male, female, or transgender 
8 = Client doesn’t know 
9 = Client refused 
99 Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Female
enumeration 1
Male
enumeration 2
Transgender male to female
enumeration 3
Transgender female to male
enumeration 4
Doesn’t identify as male, female, or transgender
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Element client/Gender
Source
<xs:simpleType name="gender">
  <xs:annotation>
    <xs:documentation xml:lang="en">Applicable to: Gender 0 = Female 1 = Male 2 = Transgender male to female 3 = Transgender female to male 4 = Doesn’t identify as male, female, or transgender 8 = Client doesn’t know 9 = Client refused 99 Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Female</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Male</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transgender male to female</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transgender female to male</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Doesn’t identify as male, female, or transgender</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type ethnicity
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Ethnicity 
0 = Non-Hispanic/Non-Latino 
1 = Hispanic/Latino 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Non-Hispanic/Non-Latino
enumeration 1
Hispanic/Latino
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="ethnicity">
  <xs:annotation>
    <xs:documentation xml:lang="en">Ethnicity 0 = Non-Hispanic/Non-Latino 1 = Hispanic/Latino 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Non-Hispanic/Non-Latino</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hispanic/Latino</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type race
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Race
1 = American Indian or Alaska Native 
2 = Asian 
3 = Black or African American 
4 = Native Hawaiian or Other Pacific Islander 
5 = White 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
American Indian or Alaska Native
enumeration 2
Asian
enumeration 3
Black or African American
enumeration 4
Native Hawaiian or Other Pacific Islander
enumeration 5
White
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Element client/Race
Source
<xs:simpleType name="race">
  <xs:annotation>
    <xs:documentation xml:lang="en">Race 1 = American Indian or Alaska Native 2 = Asian 3 = Black or African American 4 = Native Hawaiian or Other Pacific Islander 5 = White 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">American Indian or Alaska Native</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Asian</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Black or African American</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Native Hawaiian or Other Pacific Islander</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">White</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type fiveValDKRefused
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Applicable to:
No Yes
				0 = No
				1 = Yes
				8 = Client doesn't know
				9 = Client refused
				99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">Applicable to: No Yes 0 = No 1 = Yes 8 = Client doesn't know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type connectionWithSOAR
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#connectionWithSOAR_ConnectionWithSOARID HUD_HMIS_xsd.tmp#connectionWithSOAR_ProjectEntryID HUD_HMIS_xsd.tmp#connectionWithSOAR_ConnectionWithSOAR
Used by
Model
Children ConnectionWithSOAR, ConnectionWithSOARID, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="connectionWithSOAR">
  <xs:sequence>
    <xs:element name="ConnectionWithSOARID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the connectionWithSOAR's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ConnectionWithSOAR" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.21.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type dateOfEngagement
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#dateOfEngagement_DateOfEngagementID HUD_HMIS_xsd.tmp#dateOfEngagement_ProjectEntryID HUD_HMIS_xsd.tmp#dateOfEngagement_DateOfEngagement
Used by
Model
Children DateOfEngagement, DateOfEngagementID, ProjectEntryID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="dateOfEngagement">
  <xs:sequence>
    <xs:element name="DateOfEngagementID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the DateOfEngagement's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateOfEngagement" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.13.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type disabilities
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#disabilities_DisabilitiesID HUD_HMIS_xsd.tmp#disabilities_ProjectEntryID HUD_HMIS_xsd.tmp#disabilities_DisabilityType HUD_HMIS_xsd.tmp#disabilities_DisabilityResponse HUD_HMIS_xsd.tmp#disabilities_IndefiniteAndImpairsIndependence HUD_HMIS_xsd.tmp#disabilities_DocumentationOnFile HUD_HMIS_xsd.tmp#disabilities_ReceivingServices HUD_HMIS_xsd.tmp#disabilities_PATHHowConfirmed HUD_HMIS_xsd.tmp#disabilities_PATHSMIInformation HUD_HMIS_xsd.tmp#disabilities_TCellCountAvailable HUD_HMIS_xsd.tmp#disabilities_TCellCount HUD_HMIS_xsd.tmp#disabilities_TCellSource HUD_HMIS_xsd.tmp#disabilities_ViralLoadAvailable HUD_HMIS_xsd.tmp#disabilities_ViralLoad HUD_HMIS_xsd.tmp#disabilities_ViralLoadSource
Used by
Model
Children DisabilitiesID, DisabilityResponse, DisabilityType, DocumentationOnFile, IndefiniteAndImpairsIndependence, PATHHowConfirmed, PATHSMIInformation, ProjectEntryID, ReceivingServices, TCellCount, TCellCountAvailable, TCellSource, ViralLoad, ViralLoadAvailable, ViralLoadSource
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:TCellCountAvailable) then boolean(hmis:DisabilityType/text()='8') else true()
if (hmis:TCellCountAvailable/text()='1') then boolean(hmis:TCellCount) else (if (not(hmis:TCellCountAvailable/text()='1')) then (not(boolean(hmis:TCellCount))) else false())
if (hmis:TCellCount) then boolean(hmis:TCellSource) else (if (not(hmis:TCellCount)) then (not(boolean(hmis:TCellSource))) else false())
if (hmis:ViralLoadAvailable) then boolean(hmis:DisabilityType/text()='8') else true()
if (hmis:ViralLoadAvailable/text()='1') then boolean(hmis:ViralLoad) else (if (not(hmis:ViralLoadAvailable/text()='1')) then (not(boolean(hmis:ViralLoad))) else false())
if (hmis:ViralLoad) then boolean(hmis:ViralLoadSource) else (if (not(hmis:ViralLoad)) then (not(boolean(hmis:ViralLoadSource))) else false())
Source
<xs:complexType name="disabilities">
  <xs:sequence>
    <xs:element name="DisabilitiesID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DisabilityType" type="hmis:disabilityType">
      <xs:annotation>
        <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding disability types. 4.5 Physical Disability is "5" and 4.10 Substance Abuse is "10".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DisabilityResponse" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2. Permissable values vary depending on which disability type is declared. The values are contined with "Field and Response(s) 2" within 4.5 through 4.10.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IndefiniteAndImpairsIndependence" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DocumentationOnFile" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2B.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReceivingServices" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.5-4.10, Response #2C.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PATHHowConfirmed" type="hmis:pathHowConfirmed" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.9-4.10, Response #2D.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PATHSMIInformation" type="hmis:pathSMIInformation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.9, Response #2E.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TCellCountAvailable" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47 #2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TCellCount" type="hmis:tCellCount" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47 A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TCellSource" type="hmis:tCellOrViralLoadSource" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47.B.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ViralLoadAvailable" type="hmis:viralLoadAvailable" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ViralLoad" type="hmis:viralLoad" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47.C.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ViralLoadSource" type="hmis:tCellOrViralLoadSource" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.47 D.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if DisabilityType is 8, before allowing use of TCellCountAvailable-->
  <xs:assert test="if (hmis:TCellCountAvailable) then boolean(hmis:DisabilityType/text()='8') else true()"/>
  <!--Testing if TCellCountAvailable is 1, before allowing use of TCellCount-->
  <xs:assert test="if (hmis:TCellCountAvailable/text()='1') then boolean(hmis:TCellCount) else (if (not(hmis:TCellCountAvailable/text()='1')) then (not(boolean(hmis:TCellCount))) else false())"/>
  <!--Testing if TCellCount is not null, before allowing use of TCellSource-->
  <xs:assert test="if (hmis:TCellCount) then boolean(hmis:TCellSource) else (if (not(hmis:TCellCount)) then (not(boolean(hmis:TCellSource))) else false())"/>
  <!--Testing if DisabilityType is 8, before allowing use of ViralLoadAvailable-->
  <xs:assert test="if (hmis:ViralLoadAvailable) then boolean(hmis:DisabilityType/text()='8') else true()"/>
  <!--Testing if ViralLoadAvailable is 1, before allowing use of ViralLoad-->
  <xs:assert test="if (hmis:ViralLoadAvailable/text()='1') then boolean(hmis:ViralLoad) else (if (not(hmis:ViralLoadAvailable/text()='1')) then (not(boolean(hmis:ViralLoad))) else false())"/>
  <!--Testing if  ViralLoad is not null, before allowing use of  ViralLoadSource-->
  <xs:assert test="if (hmis:ViralLoad) then boolean(hmis:ViralLoadSource) else (if (not(hmis:ViralLoad)) then (not(boolean(hmis:ViralLoadSource))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type disabilityType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Disability Type
5 = Physical Disability
6 = Developmental Disability
7 = Chronic Health Condition
8 = HIV/AIDS
9 = Mental Health Problem
10 = Substance Abuse
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 5
Physical Disability
enumeration 6
Developmental Disability
enumeration 7
Chronic Health Condition
enumeration 8
HIV/AIDS
enumeration 9
Mental Health Problem
enumeration 10
Substance Abuse
Used by
Source
<xs:simpleType name="disabilityType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Disability Type 5 = Physical Disability 6 = Developmental Disability 7 = Chronic Health Condition 8 = HIV/AIDS 9 = Mental Health Problem 10 = Substance Abuse</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Physical Disability</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Developmental Disability</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Chronic Health Condition</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">HIV/AIDS</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Mental Health Problem</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Substance Abuse</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type noYesOnly
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
0 = No, 1 = Yes
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
Used by
Elements disabilities/DocumentationOnFile, enrollment/LOSUnderThreshold, enrollment/PreviousStreetESSH, entryRHY/AbuseAndNeglectFam, entryRHY/AbuseAndNeglectYouth, entryRHY/ActiveMilitaryParent, entryRHY/AlcoholDrugAbuseFam, entryRHY/AlcoholDrugAbuseYouth, entryRHY/HealthIssuesFam, entryRHY/HealthIssuesYouth, entryRHY/HouseholdDynamics, entryRHY/HousingIssuesFam, entryRHY/HousingIssuesYouth, entryRHY/IncarceratedParent, entryRHY/InsufficientIncome, entryRHY/MentalDisabilityFam, entryRHY/MentalDisabilityYouth, entryRHY/MentalHealthIssuesFam, entryRHY/MentalHealthIssuesYouth, entryRHY/PhysicalDisabilityFam, entryRHY/PhysicalDisabilityYouth, entryRHY/SchoolEducationalIssuesFam, entryRHY/SchoolEducationalIssuesYouth, entryRHY/SexualOrientationGenderIDFam, entryRHY/SexualOrientationGenderIDYouth, entryRHY/UnemploymentFam, entryRHY/UnemploymentYouth, healthInsurance/COBRA, healthInsurance/EmployerProvided, healthInsurance/IndianHealthServices, healthInsurance/Medicaid, healthInsurance/Medicare, healthInsurance/OtherInsurance, healthInsurance/PrivatePay, healthInsurance/SCHIP, healthInsurance/StateHealthIns, healthInsurance/VAMedicalServices, incomeAndSources/Alimony, incomeAndSources/ChildSupport, incomeAndSources/Earned, incomeAndSources/GA, incomeAndSources/OtherSource, incomeAndSources/Pension, incomeAndSources/PrivateDisability, incomeAndSources/SSDI, incomeAndSources/SSI, incomeAndSources/SocSecRetirement, incomeAndSources/TANF, incomeAndSources/Unemployment, incomeAndSources/VADisabilityNonService, incomeAndSources/VADisabilityService, incomeAndSources/WorkersComp, nonCashBenefits/OtherBenefitsSource, nonCashBenefits/OtherTANF, nonCashBenefits/RentalAssistanceOngoing, nonCashBenefits/RentalAssistanceTemp, nonCashBenefits/SNAP, nonCashBenefits/TANFChildCare, nonCashBenefits/TANFTransportation, nonCashBenefits/WIC, pathStatus/ClientEnrolledInPATH, project/ContinuumProject, project/ResidentialAffiliation, rhyBCPStatus/FYSBYouth, site/PrincipalSite
Source
<xs:simpleType name="noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = No, 1 = Yes</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type pathHowConfirmed
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
How confirmed
1 = Unconfirmed; presumptive or self-report
2 = Confirmed through assessment and clinical evaluation
3 = Confirmed by prior evaluation or clinical records
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Unconfirmed; presumptive or self-report
enumeration 2
Confirmed through assessment and clinical evaluation
enumeration 3
Confirmed by prior evaluation or clinical records
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="pathHowConfirmed">
  <xs:annotation>
    <xs:documentation xml:lang="en">How confirmed 1 = Unconfirmed; presumptive or self-report 2 = Confirmed through assessment and clinical evaluation 3 = Confirmed by prior evaluation or clinical records 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unconfirmed; presumptive or self-report</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Confirmed through assessment and clinical evaluation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Confirmed by prior evaluation or clinical records</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type pathSMIInformation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
How Confirmed Response
0 = No
1 = Unconfirmed; presumptive or self-report
2 = Confirmed through assessment and clinical evaluation
3 = Confirmed by prior evaluation or clinical records
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Unconfirmed; presumptive or self-report
enumeration 2
Confirmed through assessment and clinical evaluation
enumeration 3
Confirmed by prior evaluation or clinical records
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="pathSMIInformation">
  <xs:annotation>
    <xs:documentation xml:lang="en">How Confirmed Response 0 = No 1 = Unconfirmed; presumptive or self-report 2 = Confirmed through assessment and clinical evaluation 3 = Confirmed by prior evaluation or clinical records 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unconfirmed; presumptive or self-report</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Confirmed through assessment and clinical evaluation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Confirmed by prior evaluation or clinical records</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type tCellCount
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 1500
minInclusive 0
Used by
Source
<xs:simpleType name="tCellCount">
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="1500"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type tCellOrViralLoadSource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
T Cell Or Viral Load Source
1 = Medical Report 
2 = Client Report 
3 = Other
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Medical Report
enumeration 2
Client Report
enumeration 3
Other
Used by
Source
<xs:simpleType name="tCellOrViralLoadSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">T Cell Or Viral Load Source 1 = Medical Report 2 = Client Report 3 = Other</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Medical Report</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client Report</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type viralLoadAvailable
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
0 = Not available
1 = Available
2 = Undetectable
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Not available
enumeration 1
Available
enumeration 2
Undetectable
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="viralLoadAvailable">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = Not available 1 = Available 2 = Undetectable 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Not available</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Available</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Undetectable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type viralLoad
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:simpleType name="viralLoad">
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="999999"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type domesticViolence
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#domesticViolence_DomesticViolenceID HUD_HMIS_xsd.tmp#domesticViolence_ProjectEntryID HUD_HMIS_xsd.tmp#domesticViolence_DomesticViolenceVictim HUD_HMIS_xsd.tmp#domesticViolence_WhenOccurred HUD_HMIS_xsd.tmp#domesticViolence_CurrentlyFleeing
Used by
Model
Children CurrentlyFleeing, DomesticViolenceID, DomesticViolenceVictim, ProjectEntryID, WhenOccurred
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:DomesticViolenceVictim/text()='1') then boolean(hmis:CurrentlyFleeing) else (if (not(hmis:DomesticViolenceVictim/text()='1')) then (not(boolean(hmis:CurrentlyFleeing))) else false())
Source
<xs:complexType name="domesticViolence">
  <xs:sequence>
    <xs:element name="DomesticViolenceID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the DomesticViolence's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DomesticViolenceVictim" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.11.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WhenOccurred" type="hmis:whenOccurred" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.11.A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CurrentlyFleeing" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.11.B.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if DomesticViolenceVictim is 1, before allowing use of CurrentlyFleeing-->
  <xs:assert test="if (hmis:DomesticViolenceVictim/text()='1') then boolean(hmis:CurrentlyFleeing) else (if (not(hmis:DomesticViolenceVictim/text()='1')) then (not(boolean(hmis:CurrentlyFleeing))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type whenOccurred
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
If Yes for “Domestic Violence Victim/Survivor”
When experience occurredResponse(s)
1 = Within the past three months
2 = Three to six months ago (excluding six months exactly)
3 = Six months to one year ago (excluding one year exactly)
4 = One year ago or more
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Within the past three months
enumeration 2
Three to six months ago (excluding six months exactly)
enumeration 3
Six months to one year ago (excluding one year exactly)
enumeration 4
One year ago or more
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="whenOccurred">
  <xs:annotation>
    <xs:documentation xml:lang="en">If Yes for “Domestic Violence Victim/Survivor” When experience occurredResponse(s) 1 = Within the past three months 2 = Three to six months ago (excluding six months exactly) 3 = Six months to one year ago (excluding one year exactly) 4 = One year ago or more 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Within the past three months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Three to six months ago (excluding six months exactly)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Six months to one year ago (excluding one year exactly)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">One year ago or more</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type education
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#education_EducationID HUD_HMIS_xsd.tmp#education_ProjectEntryID HUD_HMIS_xsd.tmp#education_LastGradeCompleted HUD_HMIS_xsd.tmp#education_SchoolStatus
Used by
Model
Children EducationID, LastGradeCompleted, ProjectEntryID, SchoolStatus
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="education">
  <xs:sequence>
    <xs:element name="EducationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the LastGradeCompleted's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastGradeCompleted" type="hmis:lastGradeCompletedSimple" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.24.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SchoolStatus" type="hmis:schoolStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.25.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type lastGradeCompletedSimple
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Last Grade Completed
1 = Less than Grade 5
2 = Grades 5-6
3 = Grades 7-8
4 = Grades 9-11
5 =Grade 12
6 = School program does not have grade levels
7 = GED
10 = Some college
11 = Associate’s degree
12 = Bachelor’s degree
13 = Graduate degree
14 = Vocational certification
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Less than Grade 5
enumeration 2
Grades 5-6
enumeration 3
Grades 7-8
enumeration 4
Grades 9-11
enumeration 5
Grade 12
enumeration 6
School program does not have grade levels
enumeration 7
GED
enumeration 10
Some college
enumeration 11
Associate’s degree
enumeration 12
Bachelor’s degree
enumeration 13
Graduate degree
enumeration 14
Vocational certification
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="lastGradeCompletedSimple">
  <xs:annotation>
    <xs:documentation xml:lang="en">Last Grade Completed 1 = Less than Grade 5 2 = Grades 5-6 3 = Grades 7-8 4 = Grades 9-11 5 =Grade 12 6 = School program does not have grade levels 7 = GED 10 = Some college 11 = Associate’s degree 12 = Bachelor’s degree 13 = Graduate degree 14 = Vocational certification 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Less than Grade 5</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Grades 5-6</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Grades 7-8</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Grades 9-11</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Grade 12</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">School program does not have grade levels</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">GED</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Some college</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Associate’s degree</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Bachelor’s degree</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Graduate degree</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Vocational certification</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type schoolStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
School Status
1 = Attending school regularly
2 = Attending school irregularly
3 = Graduated from high school
4 = Obtained GED
5 = Dropped out
6 = Suspended
7 = Expelled
8 = Client doesn’t know
9 = Client refused
99 =  Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Attending school regularly
enumeration 2
Attending school irregularly
enumeration 3
Graduated from high school
enumeration 4
Obtained GED
enumeration 5
Dropped out
enumeration 6
Suspended
enumeration 7
Expelled
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="schoolStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">School Status 1 = Attending school regularly 2 = Attending school irregularly 3 = Graduated from high school 4 = Obtained GED 5 = Dropped out 6 = Suspended 7 = Expelled 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Attending school regularly</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Attending school irregularly</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Graduated from high school</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Obtained GED</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Dropped out</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Suspended</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Expelled</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type employment
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#employment_EmploymentID HUD_HMIS_xsd.tmp#employment_ProjectEntryID HUD_HMIS_xsd.tmp#employment_Employed HUD_HMIS_xsd.tmp#employment_EmploymentType HUD_HMIS_xsd.tmp#employment_NotEmployedReason
Used by
Model
Children Employed, EmploymentID, EmploymentType, NotEmployedReason, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="employment">
  <xs:sequence>
    <xs:element name="EmploymentID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Employment's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Employed" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmploymentType" type="hmis:employmentType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NotEmployedReason" type="hmis:notEmployedReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2B.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type employmentType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
If Yes for “Employed”
Type of Employment
1 = Full-time
2 = Part-time
3 = Seasonal / sporadic (including day labor)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full-timed
enumeration 2
Part-time
enumeration 3
Seasonal / sporadic (including day labor)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="employmentType">
  <xs:annotation>
    <xs:documentation xml:lang="en">If Yes for “Employed” Type of Employment 1 = Full-time 2 = Part-time 3 = Seasonal / sporadic (including day labor) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full-timed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Part-time</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Seasonal / sporadic (including day labor)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type notEmployedReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
If No for “Employed”
Why Not Employed
1 = Looking for work
2 = Unable to work
3 = Not looking for work
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Looking for work
enumeration 2
Unable to work
enumeration 3
Not looking for work
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="notEmployedReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">If No for “Employed” Why Not Employed 1 = Looking for work 2 = Unable to work 3 = Not looking for work 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Looking for work</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unable to work</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Not looking for work</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type enrollment
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#enrollment_ProjectEntryID HUD_HMIS_xsd.tmp#enrollment_PersonalID HUD_HMIS_xsd.tmp#enrollment_ProjectID HUD_HMIS_xsd.tmp#enrollment_EntryDate HUD_HMIS_xsd.tmp#enrollment_HouseholdID HUD_HMIS_xsd.tmp#enrollment_RelationshipToHoH HUD_HMIS_xsd.tmp#enrollment_ResidencePrior HUD_HMIS_xsd.tmp#enrollment_ResidencePriorLengthOfStay HUD_HMIS_xsd.tmp#enrollment_LOSUnderThreshold HUD_HMIS_xsd.tmp#enrollment_PreviousStreetESSH HUD_HMIS_xsd.tmp#enrollment_DateToStreetESSH HUD_HMIS_xsd.tmp#enrollment_TimesHomelessPastThreeYears HUD_HMIS_xsd.tmp#enrollment_MonthsHomelessPastThreeYears HUD_HMIS_xsd.tmp#enrollment_DisablingCondition HUD_HMIS_xsd.tmp#enrollment_HousingStatus
Used by
Model
Children DateToStreetESSH, DisablingCondition, EntryDate, HouseholdID, HousingStatus, LOSUnderThreshold, MonthsHomelessPastThreeYears, PersonalID, PreviousStreetESSH, ProjectEntryID, ProjectID, RelationshipToHoH, ResidencePrior, ResidencePriorLengthOfStay, TimesHomelessPastThreeYears
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3' or hmis:TimesHomelessPastThreeYears/text()='4') then boolean(hmis:MonthsHomelessPastThreeYears) else (if (not(hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3' or hmis:TimesHomelessPastThreeYears/text()='4')) then (not(boolean(hmis:MonthsHomelessPastThreeYears))) else false())
Source
<xs:complexType name="enrollment">
  <xs:sequence>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Enrollment's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PersonalID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Client's ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the associated Project's ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EntryDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.10.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HouseholdID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RelationshipToHoH" type="hmis:relationshipToHoH">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.15.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResidencePrior" type="hmis:residencePrior" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResidencePriorLengthOfStay" type="hmis:residencePriorLengthOfStay" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LOSUnderThreshold" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.2A/2B.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PreviousStreetESSH" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.2C.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateToStreetESSH" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimesHomelessPastThreeYears" type="hmis:timesHomelessPastThreeYears" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MonthsHomelessPastThreeYears" type="hmis:monthsHomelessPastThreeYears" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.917.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DisablingCondition" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.8.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HousingStatus" type="hmis:housingStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if TimesHomelessPastThreeYears is 1-4, before allowing use of MonthsHomelessPastThreeYears-->
  <xs:assert test="if (hmis:TimesHomelessPastThreeYears/text()='1' or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3'  or hmis:TimesHomelessPastThreeYears/text()='4') then boolean(hmis:MonthsHomelessPastThreeYears) else (if (not(hmis:TimesHomelessPastThreeYears/text()='1'  or hmis:TimesHomelessPastThreeYears/text()='2' or hmis:TimesHomelessPastThreeYears/text()='3'  or hmis:TimesHomelessPastThreeYears/text()='4')) then (not(boolean(hmis:MonthsHomelessPastThreeYears))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type relationshipToHoH
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
RelationshipToHeadOfHousehold
1 = Self (head of household) 
	2 = Head of household’s child 
3 = Head of household’s spouse or partner
4 = Head of household’s other relation member (other relation to head of household) 
	5 = Other: non-relation member
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Self (head of household)
enumeration 2
Head of household’s child
enumeration 3
Head of household’s spouse or partner
enumeration 4
Head of household’s other relation member (other relation to head of household)
enumeration 5
Other: non-relation member
Used by
Source
<xs:simpleType name="relationshipToHoH">
  <xs:annotation>
    <xs:documentation xml:lang="en">RelationshipToHeadOfHousehold 1 = Self (head of household) 2 = Head of household’s child 3 = Head of household’s spouse or partner 4 = Head of household’s other relation member (other relation to head of household) 5 = Other: non-relation member</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Self (head of household)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Head of household’s child</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Head of household’s spouse or partner</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Head of household’s other relation member (other relation to head of household)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other: non-relation member</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type residencePrior
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Residence Type
1 = Emergency shelter, including hotel or motel paid for with emergency shelter voucher
2 = Transitional housing for homeless persons (including homeless youth)
3 = Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH) 
4 = Psychiatric hospital or other psychiatric facility
5 = Substance abuse treatment facility or detox center
6 = Hospital or other residential non-psychiatric medical facility
7 = Jail, prison or juvenile detention facility
8 = Client doesn’t know
9 = Client refused
12 = Staying or living in a family member’s room, apartment or house          
13 = Staying or living in a friend’s room, apartment or house
14 = Hotel or motel paid for without emergency shelter voucher 
15 = Foster care home or foster care group home				
16 = Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
17 = Other
18 = Safe Haven
19 = Rental by client, with VASH subsidy
20 = Rental by client, with other ongoing housing subsidy
21 = Owned by client, with ongoing housing subsidy 
22 = Rental by client, no ongoing housing subsidy
23 = Owned by client, no ongoing housing subsidy 
24 = Long-term care facility or nursing home
25 = Rental by client, with GPD TIP subsidy
26 = Residential project or halfway house with no homeless criteria
27 = Interim housing
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration 2
Transitional housing for homeless persons (including homeless youth)
enumeration 3
Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH)
enumeration 4
Psychiatric hospital or other psychiatric facility
enumeration 5
Substance abuse treatment facility or detox center
enumeration 6
Hospital or other residential non-psychiatric medical facility
enumeration 7
Jail, prison or juvenile detention facility
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 12
Staying or living in a family member’s room, apartment or house
enumeration 13
Staying or living in a friend’s room, apartment or house
enumeration 14
Hotel or motel paid for without emergency shelter voucher
enumeration 15
Foster care home or foster care group home
enumeration 16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration 17
Other
enumeration 18
Safe Haven
enumeration 19
Rental by client, with VASH subsidy
enumeration 20
Rental by client, with other ongoing housing subsidy
enumeration 21
Owned by client, with ongoing housing subsidy
enumeration 22
Rental by client, no ongoing housing subsidy
enumeration 23
Owned by client, no ongoing housing subsidy
enumeration 24
Long-term care facility or nursing home
enumeration 25
Rental by client, with GPD TIP subsidy
enumeration 26
Residential project or halfway house with no homeless criteria
enumeration 27
Interim housing
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="residencePrior">
  <xs:annotation>
    <xs:documentation xml:lang="en">Residence Type 1 = Emergency shelter, including hotel or motel paid for with emergency shelter voucher 2 = Transitional housing for homeless persons (including homeless youth) 3 = Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH) 4 = Psychiatric hospital or other psychiatric facility 5 = Substance abuse treatment facility or detox center 6 = Hospital or other residential non-psychiatric medical facility 7 = Jail, prison or juvenile detention facility 8 = Client doesn’t know 9 = Client refused 12 = Staying or living in a family member’s room, apartment or house 13 = Staying or living in a friend’s room, apartment or house 14 = Hotel or motel paid for without emergency shelter voucher 15 = Foster care home or foster care group home 16 = Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside) 17 = Other 18 = Safe Haven 19 = Rental by client, with VASH subsidy 20 = Rental by client, with other ongoing housing subsidy 21 = Owned by client, with ongoing housing subsidy 22 = Rental by client, no ongoing housing subsidy 23 = Owned by client, no ongoing housing subsidy 24 = Long-term care facility or nursing home 25 = Rental by client, with GPD TIP subsidy 26 = Residential project or halfway house with no homeless criteria 27 = Interim housing 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Emergency shelter, including hotel or motel paid for with emergency shelter voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transitional housing for homeless persons (including homeless youth)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Psychiatric hospital or other psychiatric facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Substance abuse treatment facility or detox center</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hospital or other residential non-psychiatric medical facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Jail, prison or juvenile detention facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living in a family member’s room, apartment or house</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living in a friend’s room, apartment or house</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hotel or motel paid for without emergency shelter voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">Foster care home or foster care group home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="16">
      <xs:annotation>
        <xs:documentation xml:lang="en">Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="17">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="18">
      <xs:annotation>
        <xs:documentation xml:lang="en">Safe Haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="19">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with VASH subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with other ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="21">
      <xs:annotation>
        <xs:documentation xml:lang="en">Owned by client, with ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="22">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, no ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="23">
      <xs:annotation>
        <xs:documentation xml:lang="en">Owned by client, no ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="24">
      <xs:annotation>
        <xs:documentation xml:lang="en">Long-term care facility or nursing home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="25">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with GPD TIP subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="26">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential project or halfway house with no homeless criteria</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">Interim housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type residencePriorLengthOfStay
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Length of Stay in Previous Place
2 = One week or more, but less than one month
3 = One month or more, but less than 90 days
4 = 90 days or more but less than one year
5 = One year or longer 
8 = Client doesn’t know 
9 = Client refused
10 = One night or less
11 = Two to six nights 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 2
One week or more, but less than one month
enumeration 3
One month or more, but less than 90 days
enumeration 4
90 days or more but less than one year
enumeration 5
One year or longer
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 10
One night or less
enumeration 11
Two to six nights
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="residencePriorLengthOfStay">
  <xs:annotation>
    <xs:documentation xml:lang="en">Length of Stay in Previous Place 2 = One week or more, but less than one month 3 = One month or more, but less than 90 days 4 = 90 days or more but less than one year 5 = One year or longer 8 = Client doesn’t know 9 = Client refused 10 = One night or less 11 = Two to six nights 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">One week or more, but less than one month</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">One month or more, but less than 90 days</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">90 days or more but less than one year</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">One year or longer</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">One night or less</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Two to six nights</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type timesHomelessPastThreeYears
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Number of Times the Client has been Homeless in the Past Three Years 
1 = One time
2 = Two times
3 = Three times
4 = Four or more times
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
One time
enumeration 2
Two times
enumeration 3
Three times
enumeration 4
Four or more times
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="timesHomelessPastThreeYears">
  <xs:annotation>
    <xs:documentation xml:lang="en">Number of Times the Client has been Homeless in the Past Three Years 1 = One time 2 = Two times 3 = Three times 4 = Four or more times 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">One time</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Two times</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Three times</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Four or more times</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type monthsHomelessPastThreeYears
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Total Number of Months Homeless in the Past Three Years 
101 – 112 = 1 to 12 months (with a leading "1")
113 = More than 12 months 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
enumeration 101
1 month
enumeration 102
2 months
enumeration 103
3 months
enumeration 104
4 months
enumeration 105
5 months
enumeration 106
6 months
enumeration 107
7 months
enumeration 108
8 months
enumeration 109
9 months
enumeration 110
10 months
enumeration 111
11 months
enumeration 112
12 months
enumeration 113
More than 12 months
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="monthsHomelessPastThreeYears">
  <xs:annotation>
    <xs:documentation xml:lang="en">Total Number of Months Homeless in the Past Three Years 101 – 112 = 1 to 12 months (with a leading "1") 113 = More than 12 months 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:enumeration value="101">
      <xs:annotation>
        <xs:documentation xml:lang="en">1 month</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="102">
      <xs:annotation>
        <xs:documentation xml:lang="en">2 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="103">
      <xs:annotation>
        <xs:documentation xml:lang="en">3 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="104">
      <xs:annotation>
        <xs:documentation xml:lang="en">4 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="105">
      <xs:annotation>
        <xs:documentation xml:lang="en">5 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="106">
      <xs:annotation>
        <xs:documentation xml:lang="en">6 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="107">
      <xs:annotation>
        <xs:documentation xml:lang="en">7 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="108">
      <xs:annotation>
        <xs:documentation xml:lang="en">8 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="109">
      <xs:annotation>
        <xs:documentation xml:lang="en">9 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="110">
      <xs:annotation>
        <xs:documentation xml:lang="en">10 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="111">
      <xs:annotation>
        <xs:documentation xml:lang="en">11 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="112">
      <xs:annotation>
        <xs:documentation xml:lang="en">12 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="113">
      <xs:annotation>
        <xs:documentation xml:lang="en">More than 12 months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type housingStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Homeless and At-Risk of Homelessness Status
1 = Category 1 - Homeless
2 = Category 2 - At imminent risk of losing housing
3 = At-risk of homelessness
4 = Stably Housed 
5 = Category 3 - Homeless only under other federal statutes 
6 = Category 4 - Fleeing domestic violence
8 = Client doesn’t know 
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Category 1 - Homeless
enumeration 2
Category 2 - At imminent risk of losing housing
enumeration 3
At-risk of homelessness
enumeration 4
Stably Housed
enumeration 5
Category 3 - Homeless only under other federal statutes
enumeration 6
Category 4 - Fleeing domestic violence
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="housingStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Homeless and At-Risk of Homelessness Status 1 = Category 1 - Homeless 2 = Category 2 - At imminent risk of losing housing 3 = At-risk of homelessness 4 = Stably Housed 5 = Category 3 - Homeless only under other federal statutes 6 = Category 4 - Fleeing domestic violence 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Category 1 - Homeless</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Category 2 - At imminent risk of losing housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">At-risk of homelessness</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Stably Housed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Category 3 - Homeless only under other federal statutes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Category 4 - Fleeing domestic violence</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type enrollmentCoC
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#enrollmentCoC_EnrollmentCoCID HUD_HMIS_xsd.tmp#enrollmentCoC_ProjectEntryID HUD_HMIS_xsd.tmp#enrollmentCoC_HouseholdID HUD_HMIS_xsd.tmp#enrollmentCoC_CoCCode
Used by
Model
Children CoCCode, EnrollmentCoCID, HouseholdID, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="enrollmentCoC">
  <xs:sequence>
    <xs:element name="EnrollmentCoCID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the EnrollmentCoC's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment's ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HouseholdID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Household ID, as a convenience</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoCCode" type="hmis:cocCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoC's ID</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type cocCode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Za-z]{2}-[0-9]{3}
Used by
Source
<xs:simpleType name="cocCode">
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Za-z]{2}-[0-9]{3}"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type exit
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#exit_ExitID HUD_HMIS_xsd.tmp#exit_ProjectEntryID HUD_HMIS_xsd.tmp#exit_ExitDate HUD_HMIS_xsd.tmp#exit_Destination HUD_HMIS_xsd.tmp#exit_OtherDestination
Used by
Element export/Exit
Model
Children Destination, ExitDate, ExitID, OtherDestination, ProjectEntryID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Destination/text()='17') then boolean(hmis:OtherDestination) else (if (not(hmis:Destination/text()='17')) then (not(boolean(hmis:OtherDestination))) else false())
Source
<xs:complexType name="exit">
  <xs:sequence>
    <xs:element name="ExitID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.11.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Destination" type="hmis:destination" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.12.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherDestination" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.12.1A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if Destination is 17, before allowing use of OtherDestination-->
  <xs:assert test="if (hmis:Destination/text()='17') then boolean(hmis:OtherDestination) else (if (not(hmis:Destination/text()='17')) then (not(boolean(hmis:OtherDestination))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type destination
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
24 = Deceased
1 = Emergency shelter, including hotel or motel paid for with emergency shelter voucher
15 = Foster care home or foster care group home
6 = Hospital or other residential non-psychiatric medical facility
14 = Hotel or motel paid for without emergency shelter voucher
7 = Jail, prison or juvenile detention facility
25 = Long-term care facility or nursing home
26 = Moved from one HOPWA funded project to HOPWA PH
27 = Moved from one HOPWA funded project to HOPWA TH
11 = Owned by client, no ongoing housing subsidy
21 = Owned by client, with ongoing housing subsidy
3 = Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH)
16 = Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
4 = Psychiatric hospital or other psychiatric facility
10 = Rental by client, no ongoing housing subsidy
19 = Rental by client, with VASH housing subsidy
28 = Rental by client, with GPD TIP housing subsidy
20 = Rental by client, with other ongoing housing subsidy
29 = Residential project or halfway house with no homeless criteria
18 = Safe Haven
22 = Staying or living with family, permanent tenure
12 = Staying or living with family, temporary tenure (e.g., room, apartment or house)
23 = Staying or living with friends, permanent tenure
13 = Staying or living with friends, temporary tenure (e.g., room apartment or house)
5 = Substance abuse treatment facility or detox center
2 = Transitional housing for homeless persons (including homeless youth)
17 = Other
30 = No exit interview completed
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 24
Deceased
enumeration 1
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration 15
Foster care home or foster care group home
enumeration 6
Hospital or other residential non-psychiatric medical facility
enumeration 14
Hotel or motel paid for without emergency shelter voucher
enumeration 7
Jail, prison or juvenile detention facility
enumeration 25
Long-term care facility or nursing home
enumeration 26
Moved from one HOPWA funded project to HOPWA PH
enumeration 27
Moved from one HOPWA funded project to HOPWA TH
enumeration 11
Owned by client, no ongoing housing subsidy
enumeration 21
Owned by client, with ongoing housing subsidy
enumeration 3
Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH)
enumeration 16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration 4
Psychiatric hospital or other psychiatric facility
enumeration 10
Rental by client, no ongoing housing subsidy
enumeration 19
Rental by client, with VASH housing subsidy
enumeration 28
Rental by client, with GPD TIP housing subsidy
enumeration 20
Rental by client, with other ongoing housing subsidy
enumeration 29
Residential project or halfway house with no homeless criteria
enumeration 18
Safe Haven
enumeration 22
Staying or living with family, permanent tenure
enumeration 12
Staying or living with family, temporary tenure (e.g., room, apartment or house)
enumeration 23
Staying or living with friends, permanent tenure
enumeration 13
Staying or living with friends, temporary tenure (e.g., room apartment or house)
enumeration 5
Substance abuse treatment facility or detox center
enumeration 2
Transitional housing for homeless persons (including homeless youth)
enumeration 17
x
enumeration 30
No exit interview completed
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="destination">
  <xs:annotation>
    <xs:documentation xml:lang="en">24 = Deceased 1 = Emergency shelter, including hotel or motel paid for with emergency shelter voucher 15 = Foster care home or foster care group home 6 = Hospital or other residential non-psychiatric medical facility 14 = Hotel or motel paid for without emergency shelter voucher 7 = Jail, prison or juvenile detention facility 25 = Long-term care facility or nursing home 26 = Moved from one HOPWA funded project to HOPWA PH 27 = Moved from one HOPWA funded project to HOPWA TH 11 = Owned by client, no ongoing housing subsidy 21 = Owned by client, with ongoing housing subsidy 3 = Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH) 16 = Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside) 4 = Psychiatric hospital or other psychiatric facility 10 = Rental by client, no ongoing housing subsidy 19 = Rental by client, with VASH housing subsidy 28 = Rental by client, with GPD TIP housing subsidy 20 = Rental by client, with other ongoing housing subsidy 29 = Residential project or halfway house with no homeless criteria 18 = Safe Haven 22 = Staying or living with family, permanent tenure 12 = Staying or living with family, temporary tenure (e.g., room, apartment or house) 23 = Staying or living with friends, permanent tenure 13 = Staying or living with friends, temporary tenure (e.g., room apartment or house) 5 = Substance abuse treatment facility or detox center 2 = Transitional housing for homeless persons (including homeless youth) 17 = Other 30 = No exit interview completed 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="24">
      <xs:annotation>
        <xs:documentation xml:lang="en">Deceased</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Emergency shelter, including hotel or motel paid for with emergency shelter voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">Foster care home or foster care group home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hospital or other residential non-psychiatric medical facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hotel or motel paid for without emergency shelter voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Jail, prison or juvenile detention facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="25">
      <xs:annotation>
        <xs:documentation xml:lang="en">Long-term care facility or nursing home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="26">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved from one HOPWA funded project to HOPWA PH</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved from one HOPWA funded project to HOPWA TH</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Owned by client, no ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="21">
      <xs:annotation>
        <xs:documentation xml:lang="en">Owned by client, with ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="16">
      <xs:annotation>
        <xs:documentation xml:lang="en">Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Psychiatric hospital or other psychiatric facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, no ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="19">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with VASH housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="28">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with GPD TIP housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rental by client, with other ongoing housing subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="29">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential project or halfway house with no homeless criteria</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="18">
      <xs:annotation>
        <xs:documentation xml:lang="en">Safe Haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="22">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living with family, permanent tenure</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living with family, temporary tenure (e.g., room, apartment or house)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="23">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living with friends, permanent tenure</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Staying or living with friends, temporary tenure (e.g., room apartment or house)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Substance abuse treatment facility or detox center</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transitional housing for homeless persons (including homeless youth)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="17">
      <xs:annotation>
        <xs:documentation xml:lang="en">x</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="30">
      <xs:annotation>
        <xs:documentation xml:lang="en">No exit interview completed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type exitHousingAssessment
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#exitHousingAssessment_ExitHousingAssessmentID HUD_HMIS_xsd.tmp#exitHousingAssessment_ExitID HUD_HMIS_xsd.tmp#exitHousingAssessment_HousingAssessment HUD_HMIS_xsd.tmp#exitHousingAssessment_SubsidyInformation
Used by
Model
Children ExitHousingAssessmentID, ExitID, HousingAssessment, SubsidyInformation
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="exitHousingAssessment">
  <xs:sequence>
    <xs:element name="ExitHousingAssessmentID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the ExitHousingAssessment's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HousingAssessment" type="hmis:housingAssessmentAtExit">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.19.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubsidyInformation" type="hmis:subsidyInformation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.19.1A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type housingAssessmentAtExit
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Housing Assessment at Exit
1 = Able to maintain the housing they had at project entry
2 = Moved to new housing unit
3 = Moved in with family/friends on a temporary basis
4 = Moved in with family/friends on a permanent basis
5 = Moved to a transitional or temporary housing facility or program
6 = Client became homeless – moving to a shelter or other place unfit for human habitation
7 = Client went to jail/prison
10 = Client died
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Able to maintain the housing they had at project entry
enumeration 2
Moved to new housing unit
enumeration 3
Moved in with family/friends on a temporary basis
enumeration 4
Moved in with family/friends on a permanent basis
enumeration 5
Moved to a transitional or temporary housing facility or program
enumeration 6
Client became homeless – moving to a shelter or other place unfit for human habitation
enumeration 7
Client went to jail/prison
enumeration 10
Client died
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="housingAssessmentAtExit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Housing Assessment at Exit 1 = Able to maintain the housing they had at project entry 2 = Moved to new housing unit 3 = Moved in with family/friends on a temporary basis 4 = Moved in with family/friends on a permanent basis 5 = Moved to a transitional or temporary housing facility or program 6 = Client became homeless – moving to a shelter or other place unfit for human habitation 7 = Client went to jail/prison 10 = Client died 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Able to maintain the housing they had at project entry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved to new housing unit</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved in with family/friends on a temporary basis</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved in with family/friends on a permanent basis</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Moved to a transitional or temporary housing facility or program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client became homeless – moving to a shelter or other place unfit for human habitation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client went to jail/prison</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client died</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type subsidyInformation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Subsidy information
1 = Without a subsidy
2 = With the subsidy they had at project entry
3 = With an on-going subsidy acquired since project entry
4 = Only with financial assistance other than a subsidy
11 = With on-going subsidy
12 = Without an on-going subsidy
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Without a subsidy
enumeration 2
With the subsidy they had at project entry
enumeration 3
With an on-going subsidy acquired since project entry
enumeration 4
Only with financial assistance other than a subsidy
enumeration 11
With on-going subsidy
enumeration 12
Without an on-going subsidy
Used by
Source
<xs:simpleType name="subsidyInformation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Subsidy information 1 = Without a subsidy 2 = With the subsidy they had at project entry 3 = With an on-going subsidy acquired since project entry 4 = Only with financial assistance other than a subsidy 11 = With on-going subsidy 12 = Without an on-going subsidy</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Without a subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">With the subsidy they had at project entry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">With an on-going subsidy acquired since project entry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only with financial assistance other than a subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">With on-going subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Without an on-going subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type exitRHY
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#exitRHY_ExitRHYID HUD_HMIS_xsd.tmp#exitRHY_ExitID HUD_HMIS_xsd.tmp#exitRHY_WrittenAftercarePlan HUD_HMIS_xsd.tmp#exitRHY_AssistanceMainstreamBenefits HUD_HMIS_xsd.tmp#exitRHY_PermanentHousingPlacement HUD_HMIS_xsd.tmp#exitRHY_TemporaryShelterPlacement HUD_HMIS_xsd.tmp#exitRHY_ExitCounseling HUD_HMIS_xsd.tmp#exitRHY_FurtherFollowUpServices HUD_HMIS_xsd.tmp#exitRHY_ScheduledFollowUpContacts HUD_HMIS_xsd.tmp#exitRHY_ResourcePackage HUD_HMIS_xsd.tmp#exitRHY_OtherAftercarePlanOrAction HUD_HMIS_xsd.tmp#exitRHY_FamilyReunificationAchieved HUD_HMIS_xsd.tmp#exitRHY_ProjectCompletionStatus HUD_HMIS_xsd.tmp#exitRHY_EarlyExitReason
Used by
Element export/ExitRHY
Model
Children AssistanceMainstreamBenefits, EarlyExitReason, ExitCounseling, ExitID, ExitRHYID, FamilyReunificationAchieved, FurtherFollowUpServices, OtherAftercarePlanOrAction, PermanentHousingPlacement, ProjectCompletionStatus, ResourcePackage, ScheduledFollowUpContacts, TemporaryShelterPlacement, WrittenAftercarePlan
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="exitRHY">
  <xs:sequence>
    <xs:element name="ExitRHYID" type="hmis:string32" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the ExitRHY' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitID" type="hmis:string32" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WrittenAftercarePlan" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssistanceMainstreamBenefits" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PermanentHousingPlacement" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TemporaryShelterPlacement" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitCounseling" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FurtherFollowUpServices" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.6.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ScheduledFollowUpContacts" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.7.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResourcePackage" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.8.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherAftercarePlanOrAction" type="hmis:noYesRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.36.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FamilyReunificationAchieved" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.38.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectCompletionStatus" type="hmis:projectCompletionStatusSimple" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.37.1. In communities exporting HUDVASH VA Repository, may also contain data for HUD-VASH Exit Information (not defined in the HMIS Data Standards) using list 4.51.1</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EarlyExitReason" type="hmis:earlyExitReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.37, 1A or 1B, depending on whether 2 (use 1A) or 3 (use 1B) is the response to 4.37.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type noYesRefused
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
0 = No, 1 = Yes, 2 = Client refused, 99 = Data Not Collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="noYesRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = No, 1 = Yes, 2 = Client refused, 99 = Data Not Collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type projectCompletionStatusSimple
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Project Completion Status
1 = Completed project
2 = Youth voluntarily left early
3 = Youth was expelled or otherwise involuntarily discharged from project
99 = Data not collected
				
*In communities exporting HUDVASH OTH data for upload to the VA Repository, 
may also contain data for HUD-VASH Exit	Information (not defined in the
HMIS Data Standards) using list 4.51.1 below:
				
4.51.1 HUD VASH Exit Information
1 = Accomplished goals and/or obtained services and no longer needs CM
2 = Transferred to another HUD/VASH program site
3 = Found/chose other housing
4 = Did not comply with HUD/VASH CM
5 = Eviction and/or other housing related issues
6 = Unhappy with HUD/VASH housing
7 = No longer financially eligible for HUD/VASH voucher
8 = No longer interested in participating in this program
9 = Veteran cannot be located
10 = Veteran too ill to participate at this time
11 = Veteran is incarcerated
12 = Veteran is deceased
13 = Other
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Completed project
enumeration 2
Youth voluntarily left early
enumeration 3
Youth was expelled or otherwise involuntarily discharged from project
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="projectCompletionStatusSimple">
  <xs:annotation>
    <xs:documentation xml:lang="en">Project Completion Status 1 = Completed project 2 = Youth voluntarily left early 3 = Youth was expelled or otherwise involuntarily discharged from project 99 = Data not collected *In communities exporting HUDVASH OTH data for upload to the VA Repository, may also contain data for HUD-VASH Exit Information (not defined in the HMIS Data Standards) using list 4.51.1 below: 4.51.1 HUD VASH Exit Information 1 = Accomplished goals and/or obtained services and no longer needs CM 2 = Transferred to another HUD/VASH program site 3 = Found/chose other housing 4 = Did not comply with HUD/VASH CM 5 = Eviction and/or other housing related issues 6 = Unhappy with HUD/VASH housing 7 = No longer financially eligible for HUD/VASH voucher 8 = No longer interested in participating in this program 9 = Veteran cannot be located 10 = Veteran too ill to participate at this time 11 = Veteran is incarcerated 12 = Veteran is deceased 13 = Other</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Completed project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Youth voluntarily left early</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Youth was expelled or otherwise involuntarily discharged from project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type earlyExitReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Select the major reason (1-6 depend on answer to 4.37 Project Completion Status) 
1 = if 4.37A: Left for other opportunities – Independent living *OR* if 4.37B: Criminal activity/destruction of property/violence
2 = if 4.37A: Left for other opportunities - Education *OR* if 4.37B: Non-compliance with project rules
3 = if 4.37A: Left for other opportunities - Military *OR* if 4.37B: Non-payment of rent/occupancy charge
4 = if 4.37A: Left for other opportunities - Other *OR* if 4.37B: Reached maximum time allowed by project
5 = if 4.37A: Needs could not be met by project *OR* if 4.37B: Project terminated
6 = 4.37B only: Unknown/disappeared
99 = both 4.37A and 4.37B: Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Left for other opportunities – Independent living *OR* Criminal activity/destruction of property/violence
enumeration 2
Left for other opportunities - Education *OR* Non-compliance with project rules
enumeration 3
Left for other opportunities - Military *OR* Non-payment of rent/occupancy charge
enumeration 4
Left for other opportunities - Other *OR* Reached maximum time allowed by project
enumeration 5
Needs could not be met by project *OR* Project terminated
enumeration 6
Unknown/disappeared
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="earlyExitReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">Select the major reason (1-6 depend on answer to 4.37 Project Completion Status) 1 = if 4.37A: Left for other opportunities – Independent living *OR* if 4.37B: Criminal activity/destruction of property/violence 2 = if 4.37A: Left for other opportunities - Education *OR* if 4.37B: Non-compliance with project rules 3 = if 4.37A: Left for other opportunities - Military *OR* if 4.37B: Non-payment of rent/occupancy charge 4 = if 4.37A: Left for other opportunities - Other *OR* if 4.37B: Reached maximum time allowed by project 5 = if 4.37A: Needs could not be met by project *OR* if 4.37B: Project terminated 6 = 4.37B only: Unknown/disappeared 99 = both 4.37A and 4.37B: Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities – Independent living *OR* Criminal activity/destruction of property/violence</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities - Education *OR* Non-compliance with project rules</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities - Military *OR* Non-payment of rent/occupancy charge</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities - Other *OR* Reached maximum time allowed by project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Needs could not be met by project *OR* Project terminated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unknown/disappeared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type funder
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#funder_FunderID HUD_HMIS_xsd.tmp#funder_ProjectID HUD_HMIS_xsd.tmp#funder_Funder HUD_HMIS_xsd.tmp#funder_GrantID HUD_HMIS_xsd.tmp#funder_StartDate HUD_HMIS_xsd.tmp#funder_EndDate
Used by
Element export/Funder
Model
Children EndDate, Funder, FunderID, GrantID, ProjectID, StartDate
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="funder">
  <xs:sequence>
    <xs:element name="FunderID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Funder's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Funder" type="hmis:federalPartnerProgramsAndComponents">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.6.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GrantID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.6.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StartDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.6.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EndDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.6.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type federalPartnerProgramsAndComponents
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Federal Partner Programs And Components
1 = HUD:CoC – Homelessness Prevention (High Performing Comm. Only) 
2 = HUD:CoC – Permanent Supportive Housing 
3 = HUD:CoC – Rapid Re-Housing 
4 = HUD:CoC – Supportive Services Only 
5 = HUD:CoC – Transitional Housing 
6 = HUD:CoC – Safe Haven 
7 = HUD:CoC – Single Room Occupancy (SRO) 
8 = HUD:ESG – Emergency Shelter (operating and/or essential services) 
9 = HUD:ESG – Homelessness Prevention 
10 = HUD:ESG – Rapid Rehousing 
11 = HUD:ESG – Street Outreach 
12 = HUD:Rural Housing Stability Assistance Program 
13 = HUD:HOPWA – Hotel/Motel Vouchers 
14 = HUD:HOPWA – Housing Information 
15 = HUD:HOPWA – Permanent Housing (facility based or TBRA)
16 = HUD:HOPWA – Permanent Housing Placement
17 = HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance 
18 = HUD:HOPWA – Short-Term Supportive Facility 
19 = HUD:HOPWA – Transitional Housing (facility based or TBRA) 
20 = HUD:HUD/VASH 
21 = HHS:PATH – Street Outreach and Supportive Services Only 
22 = HHS:RHY – Basic Center Program (prevention and shelter) 
23 = HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth 
24 = HHS:RHY – Transitional Living Program 
25 = HHS:RHY – Street Outreach Project 
26 = HHS:RHY – Demonstration Project 
27 = VA: Community Contract Emergency Housing 
28 = VA: Community Contract Residential Treatment Program 
29 = VA:Domiciliary Care 
30 = VA:Community Contract Safe Haven Program 
31 = VA:Grant and Per Diem Program 
32 = VA:Compensated Work Therapy Transitional Residence 
33 = VA:Supportive Services for Veteran Families 
34 = N/A
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
HUD:CoC – Homelessness Prevention (High Performing Comm. Only)
enumeration 2
HUD:CoC – Permanent Supportive Housing
enumeration 3
HUD:CoC – Rapid Re-Housing
enumeration 4
HUD:CoC – Supportive Services Only
enumeration 5
HUD:CoC – Transitional Housing
enumeration 6
HUD:CoC – Safe Haven
enumeration 7
HUD:CoC – Single Room Occupancy (SRO)
enumeration 8
HUD:ESG – Emergency Shelter (operating and/or essential services)
enumeration 9
HUD:ESG – Homelessness Prevention
enumeration 10
HUD:ESG – Rapid Rehousing
enumeration 11
HUD:ESG – Street Outreach
enumeration 12
HUD:Rural Housing Stability Assistance Program
enumeration 13
HUD:HOPWA – Hotel/Motel Vouchers
enumeration 14
HUD:HOPWA – Housing Information
enumeration 15
HUD:HOPWA – Permanent Housing
enumeration 16
HUD:HOPWA – Permanent Housing Placement (facility based or TBRA)
enumeration 17
HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance
enumeration 18
HUD:HOPWA – Short-Term Supportive Facility
enumeration 19
HUD:HOPWA – Transitional Housing (facility based or TBRA)
enumeration 20
HUD:HUD/VASH
enumeration 21
HHS:PATH – Street Outreach and Supportive Services Only
enumeration 22
HHS:RHY – Basic Center Program (prevention and shelter)
enumeration 23
HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth
enumeration 24
HHS:RHY – Transitional Living Program
enumeration 25
HHS:RHY – Street Outreach Project
enumeration 26
HHS:RHY – Demonstration Project
enumeration 27
VA: Community Contract Emergency Housing
enumeration 28
VA: Community Contract Residential Treatment Program
enumeration 29
VA:Domiciliary Care
enumeration 30
VA:Community Contract Safe Haven Program
enumeration 31
VA:Grant and Per Diem Program
enumeration 32
VA:Compensated Work Therapy Transitional Residence
enumeration 33
VA:Supportive Services for Veteran Families
enumeration 34
N/A
Used by
Element funder/Funder
Source
<xs:simpleType name="federalPartnerProgramsAndComponents">
  <xs:annotation>
    <xs:documentation xml:lang="en">Federal Partner Programs And Components 1 = HUD:CoC – Homelessness Prevention (High Performing Comm. Only) 2 = HUD:CoC – Permanent Supportive Housing 3 = HUD:CoC – Rapid Re-Housing 4 = HUD:CoC – Supportive Services Only 5 = HUD:CoC – Transitional Housing 6 = HUD:CoC – Safe Haven 7 = HUD:CoC – Single Room Occupancy (SRO) 8 = HUD:ESG – Emergency Shelter (operating and/or essential services) 9 = HUD:ESG – Homelessness Prevention 10 = HUD:ESG – Rapid Rehousing 11 = HUD:ESG – Street Outreach 12 = HUD:Rural Housing Stability Assistance Program 13 = HUD:HOPWA – Hotel/Motel Vouchers 14 = HUD:HOPWA – Housing Information 15 = HUD:HOPWA – Permanent Housing (facility based or TBRA) 16 = HUD:HOPWA – Permanent Housing Placement 17 = HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance 18 = HUD:HOPWA – Short-Term Supportive Facility 19 = HUD:HOPWA – Transitional Housing (facility based or TBRA) 20 = HUD:HUD/VASH 21 = HHS:PATH – Street Outreach and Supportive Services Only 22 = HHS:RHY – Basic Center Program (prevention and shelter) 23 = HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth 24 = HHS:RHY – Transitional Living Program 25 = HHS:RHY – Street Outreach Project 26 = HHS:RHY – Demonstration Project 27 = VA: Community Contract Emergency Housing 28 = VA: Community Contract Residential Treatment Program 29 = VA:Domiciliary Care 30 = VA:Community Contract Safe Haven Program 31 = VA:Grant and Per Diem Program 32 = VA:Compensated Work Therapy Transitional Residence 33 = VA:Supportive Services for Veteran Families 34 = N/A</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Homelessness Prevention (High Performing Comm. Only)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Permanent Supportive Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Rapid Re-Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Supportive Services Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Transitional Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Safe Haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:CoC – Single Room Occupancy (SRO)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:ESG – Emergency Shelter (operating and/or essential services)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:ESG – Homelessness Prevention</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:ESG – Rapid Rehousing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:ESG – Street Outreach</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:Rural Housing Stability Assistance Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Hotel/Motel Vouchers</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Housing Information</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Permanent Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="16">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Permanent Housing Placement (facility based or TBRA)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="17">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Short-Term Rent, Mortgage, Utility assistance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="18">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Short-Term Supportive Facility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="19">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HOPWA – Transitional Housing (facility based or TBRA)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">HUD:HUD/VASH</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="21">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:PATH – Street Outreach and Supportive Services Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="22">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Basic Center Program (prevention and shelter)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="23">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="24">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Transitional Living Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="25">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Street Outreach Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="26">
      <xs:annotation>
        <xs:documentation xml:lang="en">HHS:RHY – Demonstration Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA: Community Contract Emergency Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="28">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA: Community Contract Residential Treatment Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="29">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Domiciliary Care</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="30">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Community Contract Safe Haven Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="31">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Grant and Per Diem Program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="32">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Compensated Work Therapy Transitional Residence</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="33">
      <xs:annotation>
        <xs:documentation xml:lang="en">VA:Supportive Services for Veteran Families</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="34">
      <xs:annotation>
        <xs:documentation xml:lang="en">N/A</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type healthInsurance
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#healthInsurance_HealthInsuranceID HUD_HMIS_xsd.tmp#healthInsurance_ProjectEntryID HUD_HMIS_xsd.tmp#healthInsurance_InsuranceFromAnySource HUD_HMIS_xsd.tmp#healthInsurance_Medicaid HUD_HMIS_xsd.tmp#healthInsurance_NoMedicaidReason HUD_HMIS_xsd.tmp#healthInsurance_Medicare HUD_HMIS_xsd.tmp#healthInsurance_NoMedicareReason HUD_HMIS_xsd.tmp#healthInsurance_SCHIP HUD_HMIS_xsd.tmp#healthInsurance_NoSCHIPReason HUD_HMIS_xsd.tmp#healthInsurance_VAMedicalServices HUD_HMIS_xsd.tmp#healthInsurance_NoVAMedReason HUD_HMIS_xsd.tmp#healthInsurance_EmployerProvided HUD_HMIS_xsd.tmp#healthInsurance_NoEmployerProvidedReason HUD_HMIS_xsd.tmp#healthInsurance_COBRA HUD_HMIS_xsd.tmp#healthInsurance_NoCOBRAReason HUD_HMIS_xsd.tmp#healthInsurance_PrivatePay HUD_HMIS_xsd.tmp#healthInsurance_NoPrivatePayReason HUD_HMIS_xsd.tmp#healthInsurance_StateHealthIns HUD_HMIS_xsd.tmp#healthInsurance_NoStateHealthInsReason HUD_HMIS_xsd.tmp#healthInsurance_IndianHealthServices HUD_HMIS_xsd.tmp#healthInsurance_NoIndianHealthServicesReason HUD_HMIS_xsd.tmp#healthInsurance_OtherInsurance HUD_HMIS_xsd.tmp#healthInsurance_OtherInsuranceIdentify
Used by
Model
Children COBRA, EmployerProvided, HealthInsuranceID, IndianHealthServices, InsuranceFromAnySource, Medicaid, Medicare, NoCOBRAReason, NoEmployerProvidedReason, NoIndianHealthServicesReason, NoMedicaidReason, NoMedicareReason, NoPrivatePayReason, NoSCHIPReason, NoStateHealthInsReason, NoVAMedReason, OtherInsurance, OtherInsuranceIdentify, PrivatePay, ProjectEntryID, SCHIP, StateHealthIns, VAMedicalServices
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:IndianHealthServices/text()='0') then boolean(hmis:NoIndianHealthServicesReason) else (if (not(hmis:IndianHealthServices/text()='0')) then (not(boolean(hmis:NoIndianHealthServicesReason))) else false())
if (hmis:OtherInsurance/text()='1') then boolean(hmis:OtherInsuranceIdentify) else (if (not(hmis:OtherInsurance/text()='1')) then (not(boolean(hmis:OtherInsuranceIdentify))) else false())
if (hmis:Medicaid/text()='0') then boolean(hmis:NoMedicaidReason) else (if (not(hmis:Medicaid/text()='0')) then (not(boolean(hmis:NoMedicaidReason))) else false())
if (hmis:Medicare/text()='0') then boolean(hmis:NoMedicareReason) else (if (not(hmis:Medicare/text()='0')) then (not(boolean(hmis:NoMedicareReason))) else false())
if (hmis:SCHIP/text()='0') then boolean(hmis:NoSCHIPReason) else (if (not(hmis:SCHIP/text()='0')) then (not(boolean(hmis:NoSCHIPReason))) else false())
if (hmis:VAMedicalServices/text()='0') then boolean(hmis:NoVAMedReason) else (if (not(hmis:VAMedicalServices/text()='0')) then (not(boolean(hmis:NoVAMedReason))) else false())
if (hmis:EmployerProvided/text()='0') then boolean(hmis:NoEmployerProvidedReason) else (if (not(hmis:EmployerProvided/text()='0')) then (not(boolean(hmis:NoEmployerProvidedReason))) else false())
if (hmis:COBRA/text()='0') then boolean(hmis:NoCOBRAReason) else (if (not(hmis:COBRA/text()='0')) then (not(boolean(hmis:NoCOBRAReason))) else false())
if (hmis:PrivatePay/text()='0') then boolean(hmis:NoPrivatePayReason) else (if (not(hmis:PrivatePay/text()='0')) then (not(boolean(hmis:NoPrivatePayReason))) else false())
if (hmis:StateHealthIns/text()='0') then boolean(hmis:NoStateHealthInsReason) else (if (not(hmis:StateHealthIns/text()='0')) then (not(boolean(hmis:NoStateHealthInsReason))) else false())
Source
<xs:complexType name="healthInsurance">
  <xs:sequence>
    <xs:element name="HealthInsuranceID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the HealthInsurance's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InsuranceFromAnySource" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Medicaid" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoMedicaidReason" type="reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.3A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Medicare" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoMedicareReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.4A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SCHIP" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoSCHIPReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.5A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VAMedicalServices" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.6.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoVAMedReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.6A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmployerProvided" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.7.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoEmployerProvidedReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.7A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="COBRA" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.8.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoCOBRAReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.8A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrivatePay" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoPrivatePayReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.9A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StateHealthIns" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.10.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoStateHealthInsReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.10A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IndianHealthServices" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.11.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoIndianHealthServicesReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.11A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherInsurance" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.12.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherInsuranceIdentify" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.4.12A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if IndianHealthServices is 0, before allowing use of NoIndianHealthServicesReason-->
  <xs:assert test="if (hmis:IndianHealthServices/text()='0') then boolean(hmis:NoIndianHealthServicesReason) else (if (not(hmis:IndianHealthServices/text()='0')) then (not(boolean(hmis:NoIndianHealthServicesReason))) else false())"/>
  <!--Testing if OtherInsurance is 1, before allowing use of OtherInsuranceIdentify-->
  <xs:assert test="if (hmis:OtherInsurance/text()='1') then boolean(hmis:OtherInsuranceIdentify) else (if (not(hmis:OtherInsurance/text()='1')) then (not(boolean(hmis:OtherInsuranceIdentify))) else false())"/>
  <!--Testing if Medicaid is 0, before allowing use of NoMedicaidReason-->
  <xs:assert test="if (hmis:Medicaid/text()='0') then boolean(hmis:NoMedicaidReason) else (if (not(hmis:Medicaid/text()='0')) then (not(boolean(hmis:NoMedicaidReason))) else false())"/>
  <!--Testing if Medicare is 0, before allowing use of NoMedicareReason-->
  <xs:assert test="if (hmis:Medicare/text()='0') then boolean(hmis:NoMedicareReason) else (if (not(hmis:Medicare/text()='0')) then (not(boolean(hmis:NoMedicareReason))) else false())"/>
  <!--Testing if SCHIP is 0, before allowing use of NoSCHIPReason-->
  <xs:assert test="if (hmis:SCHIP/text()='0') then boolean(hmis:NoSCHIPReason) else (if (not(hmis:SCHIP/text()='0')) then (not(boolean(hmis:NoSCHIPReason))) else false())"/>
  <!--Testing if VAMedicalServices is 0, before allowing use of NoVAMedReason-->
  <xs:assert test="if (hmis:VAMedicalServices/text()='0') then boolean(hmis:NoVAMedReason) else (if (not(hmis:VAMedicalServices/text()='0')) then (not(boolean(hmis:NoVAMedReason))) else false())"/>
  <!--Testing if EmployerProvided is 0, before allowing use of NoVAMedReason-->
  <xs:assert test="if (hmis:EmployerProvided/text()='0') then boolean(hmis:NoEmployerProvidedReason) else (if (not(hmis:EmployerProvided/text()='0')) then (not(boolean(hmis:NoEmployerProvidedReason))) else false())"/>
  <!--Testing if COBRA is 0, before allowing use of NoCOBRAReason-->
  <xs:assert test="if (hmis:COBRA/text()='0') then boolean(hmis:NoCOBRAReason) else (if (not(hmis:COBRA/text()='0')) then (not(boolean(hmis:NoCOBRAReason))) else false())"/>
  <!--Testing if PrivatePay is 0, before allowing use of NoPrivatePayReason-->
  <xs:assert test="if (hmis:PrivatePay/text()='0') then boolean(hmis:NoPrivatePayReason) else (if (not(hmis:PrivatePay/text()='0')) then (not(boolean(hmis:NoPrivatePayReason))) else false())"/>
  <!--Testing if StateHealthIns is 0, before allowing use of NoStateHealthInsReason-->
  <xs:assert test="if (hmis:StateHealthIns/text()='0') then boolean(hmis:NoStateHealthInsReason) else (if (not(hmis:StateHealthIns/text()='0')) then (not(boolean(hmis:NoStateHealthInsReason))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type reasonNotInsuredOrAssisted
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
1 = Applied; decision pending
2 = Applied; client not eligible
3 = Client did not apply
4 = Insurance type not applicable for this client
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Applied; decision pending
enumeration 2
Applied; client not eligible
enumeration 3
Client did not apply
enumeration 4
Insurance type not applicable for this client
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="reasonNotInsuredOrAssisted">
  <xs:annotation>
    <xs:documentation xml:lang="en">1 = Applied; decision pending 2 = Applied; client not eligible 3 = Client did not apply 4 = Insurance type not applicable for this client 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applied; decision pending</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applied; client not eligible</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client did not apply</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Insurance type not applicable for this client</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type healthStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#healthStatus_HealthStatusID HUD_HMIS_xsd.tmp#healthStatus_ProjectEntryID HUD_HMIS_xsd.tmp#healthStatus_HealthCategory HUD_HMIS_xsd.tmp#healthStatus_HealthStatus HUD_HMIS_xsd.tmp#healthStatus_DueDate
Used by
Model
Children DueDate, HealthCategory, HealthStatus, HealthStatusID, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="healthStatus">
  <xs:sequence>
    <xs:element name="HealthStatusID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the HealthStatus' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HealthCategory" type="hmis:healthCategory">
      <xs:annotation>
        <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding health category. 4.27 General Health Status is "27" and 4.29 Mental Health Status is "29" and 4.30 Pregnancy Status is "30".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HealthStatus" type="hmis:healthStatusType">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.27-4.30.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DueDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.30.1A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type healthCategory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Health Category 
27 = General Health Status 
28 = Dental Health Status 
29 = Mental Health Status
30 = Pregnancy Status
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 27
General Health Status
enumeration 28
Dental Health Status
enumeration 29
Mental Health Status
Used by
Source
<xs:simpleType name="healthCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">Health Category 27 = General Health Status 28 = Dental Health Status 29 = Mental Health Status 30 = Pregnancy Status</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">General Health Status</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="28">
      <xs:annotation>
        <xs:documentation xml:lang="en">Dental Health Status</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="29">
      <xs:annotation>
        <xs:documentation xml:lang="en">Mental Health Status</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type healthStatusType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
1 = Excellent
2 = Very good
3 = Good
4 = Fair
5 = Poor
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Excellent
enumeration 2
Very good
enumeration 3
Good
enumeration 4
Fair
enumeration 5
Poor
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="healthStatusType">
  <xs:annotation>
    <xs:documentation xml:lang="en">1 = Excellent 2 = Very good 3 = Good 4 = Fair 5 = Poor 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Excellent</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Very good</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Good</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Fair</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Poor</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type housingAssessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#housingAssessmentDisposition_HousingAssessmentDispositionID HUD_HMIS_xsd.tmp#housingAssessmentDisposition_ExitID HUD_HMIS_xsd.tmp#housingAssessmentDisposition_AssessmentDisposition HUD_HMIS_xsd.tmp#housingAssessmentDisposition_OtherDisposition
Used by
Model
Children AssessmentDisposition, ExitID, HousingAssessmentDispositionID, OtherDisposition
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="housingAssessmentDisposition">
  <xs:sequence>
    <xs:element name="HousingAssessmentDispositionID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the HousingAssessmentDisposition's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExitID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the ExitID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssessmentDisposition" type="hmis:assessmentDisposition">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.18.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherDisposition" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.18.1A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type assessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Assessment Disposition
1 = Referred to emergency shelter/safe haven
2 = Referred to transitional housing
3 = Referred to rapid re-housing
4 = Referred to permanent supportive housing
5 = Referred to homelessness prevention
6 = Referred to street outreach
7 = Referred to other continuum project type
8 = Referred to a homelessness diversion program
9 = Unable to refer/accept within continuum; ineligible for continuum projects
10 = Unable to refer/accept within continuum; continuum services unavailable
11 = Referred to other community project (non-continuum)
12 = Applicant declined referral/acceptance
13 = Applicant terminated assessment prior to completion
14 = Other/specify
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Referred to emergency shelter/safe haven
enumeration 2
Referred to transitional housing
enumeration 3
Referred to rapid re-housing
enumeration 4
Referred to permanent supportive housing
enumeration 5
Referred to homelessness prevention
enumeration 6
Referred to street outreach
enumeration 7
Referred to other continuum project type
enumeration 8
Referred to a homelessness diversion program
enumeration 9
Unable to refer/accept within continuum; ineligible for continuum projects
enumeration 10
Unable to refer/accept within continuum; continuum services unavailable
enumeration 11
Referred to other community project (non-continuum)
enumeration 12
Applicant declined referral/acceptance
enumeration 13
Applicant terminated assessment prior to completion
enumeration 14
Other/specify
Used by
Source
<xs:simpleType name="assessmentDisposition">
  <xs:annotation>
    <xs:documentation xml:lang="en">Assessment Disposition 1 = Referred to emergency shelter/safe haven 2 = Referred to transitional housing 3 = Referred to rapid re-housing 4 = Referred to permanent supportive housing 5 = Referred to homelessness prevention 6 = Referred to street outreach 7 = Referred to other continuum project type 8 = Referred to a homelessness diversion program 9 = Unable to refer/accept within continuum; ineligible for continuum projects 10 = Unable to refer/accept within continuum; continuum services unavailable 11 = Referred to other community project (non-continuum) 12 = Applicant declined referral/acceptance 13 = Applicant terminated assessment prior to completion 14 = Other/specify</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to emergency shelter/safe haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to transitional housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to rapid re-housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to permanent supportive housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to homelessness prevention</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to street outreach</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to other continuum project type</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to a homelessness diversion program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unable to refer/accept within continuum; ineligible for continuum projects</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unable to refer/accept within continuum; continuum services unavailable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referred to other community project (non-continuum)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applicant declined referral/acceptance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applicant terminated assessment prior to completion</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other/specify</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type incomeAndSources
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Used by
Model
Children Alimony, AlimonyAmount, ChildSupport, ChildSupportAmount, Earned, EarnedAmount, GA, GAAmount, IncomeAndSourcesID, IncomeFromAnySource, OtherSource, OtherSourceAmount, OtherSourceIdentify, Pension, PensionAmount, PrivateDisability, PrivateDisabilityAmount, ProjectEntryID, SSDI, SSDIAmount, SSI, SSIAmount, SocSecRetirement, SocSecRetirementAmount, TANF, TANFAmount, TotalMonthlyIncome, Unemployment, UnemploymentAmount, VADisabilityNonService, VADisabilityNonServiceAmount, VADisabilityService, VADisabilityServiceAmount, WorkersComp, WorkersCompAmount
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Earned/text()='1') then boolean(hmis:EarnedAmount) else (if (not(Earned/text()='1')) then (not(boolean(hmis:EarnedAmount))) else false())
if (hmis:Unemployment/text()='1') then boolean(hmis:UnemploymentAmount) else (if (not(Unemployment/text()='1')) then (not(boolean(hmis:UnemploymentAmount))) else false())
if (hmis:SSI/text()='1') then boolean(hmis:SSIAmount) else (if (not(SSI/text()='1')) then (not(boolean(hmis:SSIAmount))) else false())
if (hmis:SSDI/text()='1') then boolean(hmis:SSDIAmount) else (if (not(SSDI/text()='1')) then (not(boolean(hmis:SSDIAmount))) else false())
if (hmis:VADisabilityService/text()='1') then boolean(hmis:VADisabilityServiceAmount) else (if (not(VADisabilityService/text()='1')) then (not(boolean(hmis:VADisabilityServiceAmount))) else false())
if (hmis:PrivateDisability/text()='1') then boolean(hmis:PrivateDisabilityAmount) else (if (not(PrivateDisability/text()='1')) then (not(boolean(hmis:PrivateDisabilityAmount))) else false())
if (hmis:WorkersComp/text()='1') then boolean(hmis:WorkersCompAmount) else (if (not(WorkersComp/text()='1')) then (not(boolean(hmis:WorkersCompAmount))) else false())
if (hmis:TANF/text()='1') then boolean(hmis:TANFAmount) else (if (not(TANF/text()='1')) then (not(boolean(hmis:TANFAmount))) else false())
if (hmis:GA/text()='1') then boolean(hmis:GAAmount) else (if (not(GA/text()='1')) then (not(boolean(hmis:GAAmount))) else false())
if (hmis:SocSecRetirement/text()='1') then boolean(hmis:SocSecRetirementAmount) else (if (not(SocSecRetirement/text()='1')) then (not(boolean(hmis:SocSecRetirementAmount))) else false())
if (hmis:Pension/text()='1') then boolean(hmis:PensionAmount) else (if (not(Pension/text()='1')) then (not(boolean(hmis:PensionAmount))) else false())
if (hmis:ChildSupport/text()='1') then boolean(hmis:ChildSupportAmount) else (if (not(ChildSupport/text()='1')) then (not(boolean(hmis:ChildSupportAmount))) else false())
if (hmis:Alimony/text()='1') then boolean(hmis:AlimonyAmount) else (if (not(Alimony/text()='1')) then (not(boolean(hmis:AlimonyAmount))) else false())
if (hmis:OtherSource/text()='1') then boolean(hmis:OtherSourceAmount) else (if (not(OtherSource/text()='1')) then (not(boolean(hmis:OtherSourceAmount))) else false())
if (hmis:OtherSource/text()='1') then boolean(hmis:OtherSourceIdentify) else (if (not(OtherSource/text()='1')) then (not(boolean(hmis:OtherSourceIdentify))) else false())
Source
<xs:complexType name="incomeAndSources">
  <xs:sequence>
    <xs:element name="IncomeAndSourcesID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the IncomeAndSources' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IncomeFromAnySource" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TotalMonthlyIncome" type="hmis:money">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.18.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Earned" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EarnedAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.3A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Unemployment" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnemploymentAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.4B.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSI" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSIAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.5C.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSDI" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.6.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SSDIAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.6D.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VADisabilityService" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.7.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VADisabilityServiceAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.7E.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VADisabilityNonService" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.8.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VADisabilityNonServiceAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.8F.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrivateDisability" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrivateDisabilityAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.9G.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkersComp" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.10.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkersCompAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.10H.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TANF" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.11.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TANFAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.11I.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GA" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.12.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GAAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.12J.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SocSecRetirement" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SocSecRetirementAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.13K.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pension" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PensionAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.14L.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ChildSupport" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.15.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ChildSupportAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.15M.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Alimony" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.16.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AlimonyAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.16N.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherSource" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.17.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherSourceAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.17O.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherSourceIdentify" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.2.17O.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if Earned is 1, before allowing use of EarnedAmount-->
  <xs:assert test="if (hmis:Earned/text()='1') then boolean(hmis:EarnedAmount) else (if (not(Earned/text()='1')) then (not(boolean(hmis:EarnedAmount))) else false())"/>
  <!--Testing if Unemployment is 1, before allowing use of UnemploymentAmount-->
  <xs:assert test="if (hmis:Unemployment/text()='1') then boolean(hmis:UnemploymentAmount) else (if (not(Unemployment/text()='1')) then (not(boolean(hmis:UnemploymentAmount))) else false())"/>
  <!--Testing if SSI is 1, before allowing use of SSIAmount-->
  <xs:assert test="if (hmis:SSI/text()='1') then boolean(hmis:SSIAmount) else (if (not(SSI/text()='1')) then (not(boolean(hmis:SSIAmount))) else false())"/>
  <!--Testing if SSDI is 1, before allowing use of SSDIAmount-->
  <xs:assert test="if (hmis:SSDI/text()='1') then boolean(hmis:SSDIAmount) else (if (not(SSDI/text()='1')) then (not(boolean(hmis:SSDIAmount))) else false())"/>
  <!--Testing if VADisabilityService is 1, before allowing use of VADisabilityServiceAmount-->
  <xs:assert test="if (hmis:VADisabilityService/text()='1') then boolean(hmis:VADisabilityServiceAmount) else (if (not(VADisabilityService/text()='1')) then (not(boolean(hmis:VADisabilityServiceAmount))) else false())"/>
  <!--Testing if PrivateDisability is 1, before allowing use of PrivateDisabilityAmount-->
  <xs:assert test="if (hmis:PrivateDisability/text()='1') then boolean(hmis:PrivateDisabilityAmount) else (if (not(PrivateDisability/text()='1')) then (not(boolean(hmis:PrivateDisabilityAmount))) else false())"/>
  <!--Testing if WorkersComp is 1, before allowing use of WorkersCompAmount-->
  <xs:assert test="if (hmis:WorkersComp/text()='1') then boolean(hmis:WorkersCompAmount) else (if (not(WorkersComp/text()='1')) then (not(boolean(hmis:WorkersCompAmount))) else false())"/>
  <!--Testing if TANF is 1, before allowing use of TANFAmount-->
  <xs:assert test="if (hmis:TANF/text()='1') then boolean(hmis:TANFAmount) else (if (not(TANF/text()='1')) then (not(boolean(hmis:TANFAmount))) else false())"/>
  <!--Testing if GA is 1, before allowing use of GAAmount-->
  <xs:assert test="if (hmis:GA/text()='1') then boolean(hmis:GAAmount) else (if (not(GA/text()='1')) then (not(boolean(hmis:GAAmount))) else false())"/>
  <!--Testing if SocSecRetirement is 1, before allowing use of SocSecRetirementAmount-->
  <xs:assert test="if (hmis:SocSecRetirement/text()='1') then boolean(hmis:SocSecRetirementAmount) else (if (not(SocSecRetirement/text()='1')) then (not(boolean(hmis:SocSecRetirementAmount))) else false())"/>
  <!--Testing if Pension is 1, before allowing use of PensionAmount-->
  <xs:assert test="if (hmis:Pension/text()='1') then boolean(hmis:PensionAmount) else (if (not(Pension/text()='1')) then (not(boolean(hmis:PensionAmount))) else false())"/>
  <!--Testing if ChildSupport is 1, before allowing use of ChildSupportAmount-->
  <xs:assert test="if (hmis:ChildSupport/text()='1') then boolean(hmis:ChildSupportAmount) else (if (not(ChildSupport/text()='1')) then (not(boolean(hmis:ChildSupportAmount))) else false())"/>
  <!--Testing if Alimony is 1, before allowing use of AlimonyAmount-->
  <xs:assert test="if (hmis:Alimony/text()='1') then boolean(hmis:AlimonyAmount) else (if (not(Alimony/text()='1')) then (not(boolean(hmis:AlimonyAmount))) else false())"/>
  <!--Testing if OtherSource is 1, before allowing use of OtherSourceAmount-->
  <xs:assert test="if (hmis:OtherSource/text()='1') then boolean(hmis:OtherSourceAmount) else (if (not(OtherSource/text()='1')) then (not(boolean(hmis:OtherSourceAmount))) else false())"/>
  <!--Testing if OtherSource is 1, before allowing use of OtherSourceIdentify-->
  <xs:assert test="if (hmis:OtherSource/text()='1') then boolean(hmis:OtherSourceIdentify) else (if (not(OtherSource/text()='1')) then (not(boolean(hmis:OtherSourceIdentify))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type money
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
Used by
Source
<xs:simpleType name="money">
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type inventory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#inventory_InventoryID HUD_HMIS_xsd.tmp#inventory_ProjectID HUD_HMIS_xsd.tmp#inventory_CoCCode HUD_HMIS_xsd.tmp#inventory_HouseholdType HUD_HMIS_xsd.tmp#inventory_BedType HUD_HMIS_xsd.tmp#inventory_Availability HUD_HMIS_xsd.tmp#inventory_UnitInventory HUD_HMIS_xsd.tmp#inventory_BedInventory HUD_HMIS_xsd.tmp#inventory_CHBedInventory HUD_HMIS_xsd.tmp#inventory_VetBedInventory HUD_HMIS_xsd.tmp#inventory_YouthBedInventory HUD_HMIS_xsd.tmp#inventory_YouthAgeGroup HUD_HMIS_xsd.tmp#inventory_InventoryStartDate HUD_HMIS_xsd.tmp#inventory_InventoryEndDate HUD_HMIS_xsd.tmp#inventory_HMISParticipatingBeds
Used by
Model
Children Availability, BedInventory, BedType, CHBedInventory, CoCCode, HMISParticipatingBeds, HouseholdType, InventoryEndDate, InventoryID, InventoryStartDate, ProjectID, UnitInventory, VetBedInventory, YouthAgeGroup, YouthBedInventory
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="inventory">
  <xs:sequence>
    <xs:element name="InventoryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Inventory's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Project</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoCCode" type="hmis:cocCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HouseholdType" type="hmis:householdType">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BedType" type="hmis:bedType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Availability" type="hmis:availability" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitInventory" type="xs:integer">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.7.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BedInventory" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CHBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7, Chronic Homeless Bed Inventory (PSH Only).5.A.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VetBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7, ,#5.A.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YouthBedInventory" type="xs:nonNegativeInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.5.A.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YouthAgeGroup" type="youthAgeGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.5.B.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InventoryStartDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.7.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InventoryEndDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.8.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HMISParticipatingBeds" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.7.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type householdType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Name Data Quality 
1 = Households without children 
3 = Households with at least one adult and one child 
4 = Households with only children
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Households without children
enumeration 3
Households with at least one adult and one child
enumeration 4
Households with only children
Used by
Source
<xs:simpleType name="householdType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name Data Quality 1 = Households without children 3 = Households with at least one adult and one child 4 = Households with only children</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Households without children</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Households with at least one adult and one child</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Households with only children</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type bedType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Bed Type (ES Only) 
1 = Facility-based 
2 = Voucher 
3 = Other
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Facility-based
enumeration 2
Voucher
enumeration 3
Other
Used by
Source
<xs:simpleType name="bedType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Bed Type (ES Only) 1 = Facility-based 2 = Voucher 3 = Other</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Facility-based</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type availability
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Availability (ES Only) 
1 Year-round 
2 Seasonal 
3 Overflow
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Year-round
enumeration 2
Seasonal
enumeration 3
Overflow
Used by
Source
<xs:simpleType name="availability">
  <xs:annotation>
    <xs:documentation xml:lang="en">Availability (ES Only) 1 Year-round 2 Seasonal 3 Overflow</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Year-round</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Seasonal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Overflow</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type youthAgeGroup
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Of the youth beds what number are restricted to: 
1 = Only under age 18 
2 = Only ages 18 to 24 
3 = Only youth under age 24 (both of the above)
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Only under age 18
enumeration 2
Only ages 18 to 24
enumeration 3
Only youth under age 24 (both of the above)
Used by
Source
<xs:simpleType name="youthAgeGroup">
  <xs:annotation>
    <xs:documentation xml:lang="en">Of the youth beds what number are restricted to: 1 = Only under age 18 2 = Only ages 18 to 24 3 = Only youth under age 24 (both of the above)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only under age 18</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only ages 18 to 24</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only youth under age 24 (both of the above)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type medicalAssistance
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#medicalAssistance_MedicalAssistanceID HUD_HMIS_xsd.tmp#medicalAssistance_ProjectEntryID HUD_HMIS_xsd.tmp#medicalAssistance_HIVAIDSAssistance HUD_HMIS_xsd.tmp#medicalAssistance_NoHIVAIDSAssistanceReason HUD_HMIS_xsd.tmp#medicalAssistance_ADAP HUD_HMIS_xsd.tmp#medicalAssistance_NoADAPReason
Used by
Model
Children ADAP, HIVAIDSAssistance, MedicalAssistanceID, NoADAPReason, NoHIVAIDSAssistanceReason, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:HIVAIDSAssistance/text()='0') then boolean(hmis:NoHIVAIDSAssistanceReason) else (if (not(hmis:HIVAIDSAssistance/text()='0')) then (not(boolean(hmis:NoHIVAIDSAssistanceReason))) else false())
Source
<xs:complexType name="medicalAssistance">
  <xs:sequence>
    <xs:element name="MedicalAssistanceID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the MedicalAssistance's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HIVAIDSAssistance" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoHIVAIDSAssistanceReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39.2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ADAP" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NoADAPReason" type="hmis:reasonNotInsuredOrAssisted" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.39.3B.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if HIVAIDSAssistance is 0, before allowing use of NoHIVAIDSAssistanceReason-->
  <xs:assert test="if (hmis:HIVAIDSAssistance/text()='0') then boolean(hmis:NoHIVAIDSAssistanceReason) else (if (not(hmis:HIVAIDSAssistance/text()='0')) then (not(boolean(hmis:NoHIVAIDSAssistanceReason))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type nonCashBenefits
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#dataCollectionStage HUD_HMIS_xsd.tmp#informationDate HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#nonCashBenefits_NonCashBenefitsID HUD_HMIS_xsd.tmp#nonCashBenefits_ProjectEntryID HUD_HMIS_xsd.tmp#nonCashBenefits_BenefitsFromAnySource HUD_HMIS_xsd.tmp#nonCashBenefits_SNAP HUD_HMIS_xsd.tmp#nonCashBenefits_WIC HUD_HMIS_xsd.tmp#nonCashBenefits_TANFChildCare HUD_HMIS_xsd.tmp#nonCashBenefits_TANFTransportation HUD_HMIS_xsd.tmp#nonCashBenefits_OtherTANF HUD_HMIS_xsd.tmp#nonCashBenefits_RentalAssistanceOngoing HUD_HMIS_xsd.tmp#nonCashBenefits_RentalAssistanceTemp HUD_HMIS_xsd.tmp#nonCashBenefits_OtherBenefitsSource HUD_HMIS_xsd.tmp#nonCashBenefits_OtherBenefitsSourceIdentify
Used by
Model
Children BenefitsFromAnySource, NonCashBenefitsID, OtherBenefitsSource, OtherBenefitsSourceIdentify, OtherTANF, ProjectEntryID, RentalAssistanceOngoing, RentalAssistanceTemp, SNAP, TANFChildCare, TANFTransportation, WIC
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="nonCashBenefits">
  <xs:sequence>
    <xs:element name="NonCashBenefitsID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the NonCashBenefits's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BenefitsFromAnySource" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SNAP" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WIC" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TANFChildCare" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TANFTransportation" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.6.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherTANF" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.7.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RentalAssistanceOngoing" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.8.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RentalAssistanceTemp" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.10.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherBenefitsSource" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherBenefitsSourceIdentify" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.3.9A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type organization
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#organization_OrganizationID HUD_HMIS_xsd.tmp#organization_OrganizationName HUD_HMIS_xsd.tmp#organization_OrganizationCommonName
Used by
Model
Children OrganizationCommonName, OrganizationID, OrganizationName
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="organization">
  <xs:sequence>
    <xs:element name="OrganizationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.1.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrganizationName" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.1.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrganizationCommonName" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referenced but not defined in the HMIS Data Dictionary.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type pathStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#pathStatus_PathStatusID HUD_HMIS_xsd.tmp#pathStatus_ProjectEntryID HUD_HMIS_xsd.tmp#pathStatus_DateOfStatus HUD_HMIS_xsd.tmp#pathStatus_ClientEnrolledInPATH HUD_HMIS_xsd.tmp#pathStatus_ReasonNotEnrolled
Used by
Model
Children ClientEnrolledInPATH, DateOfStatus, PathStatusID, ProjectEntryID, ReasonNotEnrolled
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:ClientEnrolledInPATH/text()='0') then boolean(hmis:ReasonNotEnrolled) else (if (not(hmis:ClientEnrolledInPATH/text()='0')) then (not(boolean(hmis:ReasonNotEnrolled))) else false())
Source
<xs:complexType name="pathStatus">
  <xs:sequence>
    <xs:element name="PathStatusID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the PathStatus' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateOfStatus" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.20.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ClientEnrolledInPATH" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.20.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReasonNotEnrolled" type="hmis:reasonNotEnrolled" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.20.2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if ClientEnrolledInPATH is 0, before allowing use of ReasonNotEnrolled-->
  <xs:assert test="if (hmis:ClientEnrolledInPATH/text()='0') then boolean(hmis:ReasonNotEnrolled) else (if (not(hmis:ClientEnrolledInPATH/text()='0')) then (not(boolean(hmis:ReasonNotEnrolled))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type reasonNotEnrolled
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reason not enrolled
1 = Client was found ineligible for PATH
2 = Client was not enrolled for other reason(s)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Client was found ineligible for PATH
enumeration 2
Client was not enrolled for other reason(s)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="reasonNotEnrolled">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reason not enrolled 1 = Client was found ineligible for PATH 2 = Client was not enrolled for other reason(s) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client was found ineligible for PATH</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client was not enrolled for other reason(s)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type entrySSVF
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#entrySSVF_EntrySSVFID HUD_HMIS_xsd.tmp#entrySSVF_ProjectEntryID HUD_HMIS_xsd.tmp#entrySSVF_PercentAMI HUD_HMIS_xsd.tmp#entrySSVF_LastPermanentStreet HUD_HMIS_xsd.tmp#entrySSVF_LastPermanentCity HUD_HMIS_xsd.tmp#entrySSVF_LastPermanentState HUD_HMIS_xsd.tmp#entrySSVF_LastPermanentZIP HUD_HMIS_xsd.tmp#entrySSVF_AddressDataQuality HUD_HMIS_xsd.tmp#entrySSVF_UrgentReferral HUD_HMIS_xsd.tmp#entrySSVF_TimeToHousingLoss HUD_HMIS_xsd.tmp#entrySSVF_ZeroIncome HUD_HMIS_xsd.tmp#entrySSVF_AnnualPercentAMI HUD_HMIS_xsd.tmp#entrySSVF_FinancialChange HUD_HMIS_xsd.tmp#entrySSVF_HouseholdChange HUD_HMIS_xsd.tmp#entrySSVF_EvictionHistory HUD_HMIS_xsd.tmp#entrySSVF_SubsidyAtRisk HUD_HMIS_xsd.tmp#entrySSVF_LiteralHomelessHistory HUD_HMIS_xsd.tmp#entrySSVF_DisabledHoH HUD_HMIS_xsd.tmp#entrySSVF_CriminalRecord HUD_HMIS_xsd.tmp#entrySSVF_SexOffender HUD_HMIS_xsd.tmp#entrySSVF_DependentUnder6 HUD_HMIS_xsd.tmp#entrySSVF_SingleParent HUD_HMIS_xsd.tmp#entrySSVF_HH5Plus HUD_HMIS_xsd.tmp#entrySSVF_IraqAfghanistan HUD_HMIS_xsd.tmp#entrySSVF_FemVet HUD_HMIS_xsd.tmp#entrySSVF_HPScreeningScore HUD_HMIS_xsd.tmp#entrySSVF_ThresholdScore HUD_HMIS_xsd.tmp#entrySSVF_ERVisits HUD_HMIS_xsd.tmp#entrySSVF_JailNights HUD_HMIS_xsd.tmp#entrySSVF_HospitalNights HUD_HMIS_xsd.tmp#entrySSVF_VAMCStation
Used by
Model
Children AddressDataQuality, AnnualPercentAMI, CriminalRecord, DependentUnder6, DisabledHoH, ERVisits, EntrySSVFID, EvictionHistory, FemVet, FinancialChange, HH5Plus, HPScreeningScore, HospitalNights, HouseholdChange, IraqAfghanistan, JailNights, LastPermanentCity, LastPermanentState, LastPermanentStreet, LastPermanentZIP, LiteralHomelessHistory, PercentAMI, ProjectEntryID, SexOffender, SingleParent, SubsidyAtRisk, ThresholdScore, TimeToHousingLoss, UrgentReferral, VAMCStation, ZeroIncome
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="entrySSVF">
  <xs:sequence>
    <xs:element name="EntrySSVFID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the EntrySSVFID's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PercentAMI" type="hmis:percentAMISimple" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.42.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastPermanentStreet" type="hmis:string100" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastPermanentCity" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastPermanentState" type="hmis:state" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastPermanentZIP" type="hmis:zipCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AddressDataQuality" type="hmis:addressDataQuality" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.43.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UrgentReferral" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimeToHousingLoss" type="hmis:timeToHousingLoss" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ZeroIncome" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AnnualPercentAMI" type="hmis:annualPercentAMI" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FinancialChange" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HouseholdChange" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.6.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EvictionHistory" type="hmis:evictionHistory" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.7.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubsidyAtRisk" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.8.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LiteralHomelessHistory" type="hmis:literalHomelessHistory" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DisabledHoH" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.10.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CriminalRecord" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.11.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SexOffender" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.12.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DependentUnder6" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SingleParent" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HH5Plus" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.15.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IraqAfghanistan" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.16.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FemVet" type="hmis:noPointsYes" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.17.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HPScreeningScore" type="hmis:hpScreeningScore" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.20</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ThresholdScore" type="xs:positiveInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.48.21</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ERVisits" type="hmis:crisisServicesUse" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.49.1</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="JailNights" type="hmis:crisisServicesUse" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.49.2</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HospitalNights" type="hmis:crisisServicesUse" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.49.3</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VAMCStation" type="hmis:vamcStation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.45.1</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type percentAMISimple
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Household Income as a Percentage of AMI
1 = Less than 30%
2 = 30% to 50%
3 = Greater than 50%
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Less than 30%
enumeration 2
30% to 50%
enumeration 3
Greater than 50%
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="percentAMISimple">
  <xs:annotation>
    <xs:documentation xml:lang="en">Household Income as a Percentage of AMI 1 = Less than 30% 2 = 30% to 50% 3 = Greater than 50% 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Less than 30%</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">30% to 50%</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Greater than 50%</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type string100
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 100
Used by
Source
<xs:simpleType name="string100">
  <xs:restriction base="xs:string">
    <xs:maxLength value="100"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type state
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
from https://www.usps.com/send/official-abbreviations.htm
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration AK
enumeration AL
enumeration AR
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DE
enumeration FL
enumeration GA
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MI
enumeration MN
enumeration MO
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
enumeration DC
enumeration AS
enumeration FM
enumeration GU
enumeration MH
enumeration MP
enumeration PR
enumeration PW
enumeration VI
enumeration AA
enumeration AE
enumeration AP
Used by
Source
<xs:simpleType name="state">
  <xs:annotation>
    <xs:documentation xml:lang="en">from https://www.usps.com/send/official-abbreviations.htm</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <!-- US States -->
    <xs:enumeration value="AK"/>
    <xs:enumeration value="AL"/>
    <xs:enumeration value="AR"/>
    <xs:enumeration value="AZ"/>
    <xs:enumeration value="CA"/>
    <xs:enumeration value="CO"/>
    <xs:enumeration value="CT"/>
    <xs:enumeration value="DE"/>
    <xs:enumeration value="FL"/>
    <xs:enumeration value="GA"/>
    <xs:enumeration value="HI"/>
    <xs:enumeration value="IA"/>
    <xs:enumeration value="ID"/>
    <xs:enumeration value="IL"/>
    <xs:enumeration value="IN"/>
    <xs:enumeration value="KS"/>
    <xs:enumeration value="KY"/>
    <xs:enumeration value="LA"/>
    <xs:enumeration value="MA"/>
    <xs:enumeration value="MD"/>
    <xs:enumeration value="ME"/>
    <xs:enumeration value="MI"/>
    <xs:enumeration value="MN"/>
    <xs:enumeration value="MO"/>
    <xs:enumeration value="MS"/>
    <xs:enumeration value="MT"/>
    <xs:enumeration value="NC"/>
    <xs:enumeration value="ND"/>
    <xs:enumeration value="NE"/>
    <xs:enumeration value="NH"/>
    <xs:enumeration value="NJ"/>
    <xs:enumeration value="NM"/>
    <xs:enumeration value="NV"/>
    <xs:enumeration value="NY"/>
    <xs:enumeration value="OH"/>
    <xs:enumeration value="OK"/>
    <xs:enumeration value="OR"/>
    <xs:enumeration value="PA"/>
    <xs:enumeration value="RI"/>
    <xs:enumeration value="SC"/>
    <xs:enumeration value="SD"/>
    <xs:enumeration value="TN"/>
    <xs:enumeration value="TX"/>
    <xs:enumeration value="UT"/>
    <xs:enumeration value="VA"/>
    <xs:enumeration value="VT"/>
    <xs:enumeration value="WA"/>
    <xs:enumeration value="WI"/>
    <xs:enumeration value="WV"/>
    <xs:enumeration value="WY"/>
    <!-- District of Columbia -->
    <xs:enumeration value="DC"/>
    <!-- US Territories -->
    <xs:enumeration value="AS"/>
    <xs:enumeration value="FM"/>
    <xs:enumeration value="GU"/>
    <xs:enumeration value="MH"/>
    <xs:enumeration value="MP"/>
    <xs:enumeration value="PR"/>
    <xs:enumeration value="PW"/>
    <xs:enumeration value="VI"/>
    <!-- Military -->
    <xs:enumeration value="AA"/>
    <xs:enumeration value="AE"/>
    <xs:enumeration value="AP"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type zipCode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{5}(-[0-9]{4})?
Used by
Source
<xs:simpleType name="zipCode">
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{5}(-[0-9]{4})?"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type addressDataQuality
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Address Data Quality
1 = Full address reported
2 = Incomplete or estimated address reported
8 = Client doesn't know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full address reported
enumeration 2
Incomplete or estimated address reported
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="addressDataQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Address Data Quality 1 = Full address reported 2 = Incomplete or estimated address reported 8 = Client doesn't know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full address reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Incomplete or estimated address reported</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type noPointsYes
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
0 = No (0 points)
1 = Yes
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="noPointsYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = No (0 points) 1 = Yes 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No (0 points)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type timeToHousingLoss
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
0 = 0-6 days
1 = 7-13 days
2 = 14-21 days
3 = More than 21 days (0 points)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
0-6 days
enumeration 1
7-13 days
enumeration 2
14-21 days
enumeration 3
More than 21 days (0 points)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="timeToHousingLoss">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = 0-6 days 1 = 7-13 days 2 = 14-21 days 3 = More than 21 days (0 points) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">0-6 days</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">7-13 days</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">14-21 days</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">More than 21 days (0 points)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type annualPercentAMI
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
0 = 0-14% of AMI for household size
1 = 15-30% of AMI for household size
2 = More than 30% of AMI for household size (0 points)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
0-14% of AMI for household size
enumeration 1
15-30% of AMI for household size
enumeration 2
More than 30% of AMI for household size (0 points)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="annualPercentAMI">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = 0-14% of AMI for household size 1 = 15-30% of AMI for household size 2 = More than 30% of AMI for household size (0 points) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">0-14% of AMI for household size</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">15-30% of AMI for household size</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">More than 30% of AMI for household size (0 points)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type evictionHistory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
0 = 4 or more prior rental evictions
1 = 2-3 prior rental evictions
2 = 1 prior rental eviction
3 = No prior rental evictions (0 points)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
4 or more prior rental evictions
enumeration 1
2-3 prior rental evictions
enumeration 2
1 prior rental eviction
enumeration 3
No prior rental evictions (0 points)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="evictionHistory">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = 4 or more prior rental evictions 1 = 2-3 prior rental evictions 2 = 1 prior rental eviction 3 = No prior rental evictions (0 points) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">4 or more prior rental evictions</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">2-3 prior rental evictions</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">1 prior rental eviction</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">No prior rental evictions (0 points)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type literalHomelessHistory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
0 = 4 or more times or total of at least 12 months in past three years
1 = 2-3 times in past three years
2 = 1 time in past three years
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
4 or more times or total of at least 12 months in past three years
enumeration 1
2-3 times in past three years
enumeration 2
1 time in past three years
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="literalHomelessHistory">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = 4 or more times or total of at least 12 months in past three years 1 = 2-3 times in past three years 2 = 1 time in past three years 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">4 or more times or total of at least 12 months in past three years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">2-3 times in past three years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">1 time in past three years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type hpScreeningScore
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{2}
Used by
Source
<xs:simpleType name="hpScreeningScore">
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{2}"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type crisisServicesUse
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Crisis Services Use
0 = 0
1 = 1-2
2 = 3-5
3 = 6-10
4 = 11-20
5 = More than 20
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
0
enumeration 1
1-2
enumeration 2
3-5
enumeration 3
6-10
enumeration 4
11-20
enumeration 5
More than 20
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="crisisServicesUse">
  <xs:annotation>
    <xs:documentation xml:lang="en">Crisis Services Use 0 = 0 1 = 1-2 2 = 3-5 3 = 6-10 4 = 11-20 5 = More than 20 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">0</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">1-2</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">3-5</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">6-10</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">11-20</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">More than 20</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type vamcStation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Za-z0-9]{8}
Used by
Source
<xs:simpleType name="vamcStation">
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Za-z0-9]{8}"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type project
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#project_ProjectID HUD_HMIS_xsd.tmp#project_OrganizationID HUD_HMIS_xsd.tmp#project_ProjectName HUD_HMIS_xsd.tmp#project_ContinuumProject HUD_HMIS_xsd.tmp#project_ProjectType HUD_HMIS_xsd.tmp#project_ResidentialAffiliation HUD_HMIS_xsd.tmp#project_TrackingMethod HUD_HMIS_xsd.tmp#project_TargetPopulation HUD_HMIS_xsd.tmp#project_ProjectCommonName
Used by
Element export/Project
Model
Children ContinuumProject, OrganizationID, ProjectCommonName, ProjectID, ProjectName, ProjectType, ResidentialAffiliation, TargetPopulation, TrackingMethod
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="project">
  <xs:sequence>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.2.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrganizationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Organization</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectName" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.2.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ContinuumProject" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.4.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectType" type="hmis:projectType">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.4.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResidentialAffiliation" type="hmis:noYesOnly" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">HMIS Data Dictionary, Proposed Amendment, Section 2.4.2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TrackingMethod" type="hmis:trackingMethod" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.5.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TargetPopulation" type="hmis:targetPopulation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.9.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectCommonName" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A local or commonly used name for a project. This is not referenced in the August 2016 HMIS Data Dictionary, and is optional.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type projectType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Project Type
1 = Emergency Shelter 
2 = Transitional Housing 
3 = PH - Permanent Supportive Housing (disability required for entry) 
4 = Street Outreach 
6 = Services Only 
7 = Other 
8 = Safe Haven 
9 = PH – Housing Only 
10 = PH – Housing with Services (no disability required for entry) 
11 = Day Shelter 
12 = Homelessness Prevention 
13 = PH - Rapid Re-Housing 
14 = Coordinated Assessment
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Emergency Shelter
enumeration 2
Transitional Housing
enumeration 3
PH - Permanent Supportive Housing (disability required for entry)
enumeration 4
Street Outreach
enumeration 6
Services Only
enumeration 7
Other
enumeration 8
Safe Haven
enumeration 9
PH – Housing Only
enumeration 10
PH – Housing with Services (no disability required for entry)
enumeration 11
Day Shelter
enumeration 12
Homelessness Prevention
enumeration 13
PH - Rapid Re-Housing
enumeration 14
Coordinated Assessment
Used by
Source
<xs:simpleType name="projectType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Project Type 1 = Emergency Shelter 2 = Transitional Housing 3 = PH - Permanent Supportive Housing (disability required for entry) 4 = Street Outreach 6 = Services Only 7 = Other 8 = Safe Haven 9 = PH – Housing Only 10 = PH – Housing with Services (no disability required for entry) 11 = Day Shelter 12 = Homelessness Prevention 13 = PH - Rapid Re-Housing 14 = Coordinated Assessment</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Emergency Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transitional Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH - Permanent Supportive Housing (disability required for entry)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Street Outreach</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Services Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Safe Haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH – Housing Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH – Housing with Services (no disability required for entry)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Day Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Homelessness Prevention</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH - Rapid Re-Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Coordinated Assessment</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type trackingMethod
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Emergency Shelter Tracking Method 
0 = Entry/Exit Date 
3 = Night-by-Night
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Entry/Exit Date
enumeration 3
Night-by-Night
Used by
Source
<xs:simpleType name="trackingMethod">
  <xs:annotation>
    <xs:documentation xml:lang="en">Emergency Shelter Tracking Method 0 = Entry/Exit Date 3 = Night-by-Night</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Entry/Exit Date</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Night-by-Night</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type targetPopulation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Target Population Type 
1 = DV Domestic Violence victims 
3 = HIV Persons with HIV/AIDS 
4 = NA Not Applicable
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
DV Domestic Violence victims
enumeration 3
HIV Persons with HIV/AIDS
enumeration 4
NA Not Applicable
Used by
Source
<xs:simpleType name="targetPopulation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Target Population Type 1 = DV Domestic Violence victims 3 = HIV Persons with HIV/AIDS 4 = NA Not Applicable</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">DV Domestic Violence victims</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">HIV Persons with HIV/AIDS</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">NA Not Applicable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type coc
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#coc_CoCCode HUD_HMIS_xsd.tmp#coc_ProjectID
Used by
Element export/CoC
Model
Children CoCCode, ProjectID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="coc">
  <xs:sequence>
    <xs:element name="CoCCode" type="hmis:cocCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoCCode ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Project ID</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type residentialMoveInDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#residentialMoveInDate_ResidentialMoveInDateID HUD_HMIS_xsd.tmp#residentialMoveInDate_ProjectEntryID HUD_HMIS_xsd.tmp#residentialMoveInDate_ResidentialMoveInDate
Used by
Model
Children ProjectEntryID, ResidentialMoveInDate, ResidentialMoveInDateID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="residentialMoveInDate">
  <xs:sequence>
    <xs:element name="ResidentialMoveInDateID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the ResidentialMoveInDate's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResidentialMoveInDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.17.1A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type rhyBCPStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#rhyBCPStatus_RHYBCPStatusID HUD_HMIS_xsd.tmp#rhyBCPStatus_ProjectEntryID HUD_HMIS_xsd.tmp#rhyBCPStatus_StatusDate HUD_HMIS_xsd.tmp#rhyBCPStatus_FYSBYouth HUD_HMIS_xsd.tmp#rhyBCPStatus_ReasonNoServices
Used by
Model
Children FYSBYouth, ProjectEntryID, RHYBCPStatusID, ReasonNoServices, StatusDate
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:FYSBYouth/text()='0') then boolean(hmis:ReasonNoServices) else (if (not(hmis:FYSBYouth/text()='0')) then (not(boolean(hmis:ReasonNoServices))) else false())
Source
<xs:complexType name="rhyBCPStatus">
  <xs:sequence>
    <xs:element name="RHYBCPStatusID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the RHYBCPStatus' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StatusDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.22.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FYSBYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.22.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReasonNoServices" type="hmis:fysbReasonNoServices" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.22.2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if FYSBYouth is 0, before allowing use of ReasonNoServices-->
  <xs:assert test="if (hmis:FYSBYouth/text()='0') then boolean(hmis:ReasonNoServices) else (if (not(hmis:FYSBYouth/text()='0')) then (not(boolean(hmis:ReasonNoServices))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type fysbReasonNoServices
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Reason for not providing services
1 = Out of age range
2 = Ward of the State – Immediate Reunification
3 = Ward of the Criminal Justice System – Immediate Reunification
4 = Other
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Out of age range
enumeration 2
Ward of the State – Immediate Reunification
enumeration 3
Ward of the Criminal Justice System – Immediate Reunification
enumeration 4
Other
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="fysbReasonNoServices">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reason for not providing services 1 = Out of age range 2 = Ward of the State – Immediate Reunification 3 = Ward of the Criminal Justice System – Immediate Reunification 4 = Other 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Out of age range</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Ward of the State – Immediate Reunification</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Ward of the Criminal Justice System – Immediate Reunification</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type serviceFAReferral
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#serviceFAReferral_ServiceFAReferralID HUD_HMIS_xsd.tmp#serviceFAReferral_ProjectEntryID HUD_HMIS_xsd.tmp#serviceFAReferral_DateProvided HUD_HMIS_xsd.tmp#serviceFAReferral_RecordType HUD_HMIS_xsd.tmp#serviceFAReferral_TypeProvided HUD_HMIS_xsd.tmp#serviceFAReferral_OtherTypeProvided HUD_HMIS_xsd.tmp#serviceFAReferral_SubTypeProvided HUD_HMIS_xsd.tmp#serviceFAReferral_FAAmount HUD_HMIS_xsd.tmp#serviceFAReferral_ReferralOutcome
Used by
Model
Children DateProvided, FAAmount, OtherTypeProvided, ProjectEntryID, RecordType, ReferralOutcome, ServiceFAReferralID, SubTypeProvided, TypeProvided
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (not (hmis:RecordType/text() ='144' and hmis:TypeProvided/text() ='6')) then not (boolean(hmis:OtherTypeProvided)) else boolean(hmis:OtherTypeProvided)
if (not (hmis:RecordType/text() ='144' and (hmis:TypeProvided/text() ='3' or hmis:TypeProvided/text() ='4' or hmis:TypeProvided/text() ='5'))) then not (boolean(hmis:SubTypeProvided)) else boolean(hmis:TypeProvided)
if (not (hmis:RecordType/text() ='151') and not (hmis:RecordType/text() ='152')) then (not (boolean(hmis:FAAmount))) else boolean(hmis:FAAmount)
Source
<xs:complexType name="serviceFAReferral">
  <xs:sequence>
    <xs:element name="ServiceFAReferralID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Services' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateProvided" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RecordType" type="hmis:recordType">
      <xs:annotation>
        <xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding Service FA Referral and Contact types. 4.12 Contact is "12", 4.14 Services Provided is "14X", 4.15 Financial Assistance is "15X", 4.16 Referrals Provided is "16X", Bed Night is "200", and is HUD-VASH OTH voucher tracking "210".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TypeProvided">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.2 (picklist values vary by service category and funder).</xs:documentation>
        <xs:documentation xml:lang="en">In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 12 (Contact Location 4.12.2): 1 = Place not meant for habitation 2 = Service setting, non-residential 3 = Service setting, residential In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 141 (PATH Services 4.14.A): PATH Services 1 = Re-engagement 2 = Screening 3 = Habilitation/rehabilitation 4 = Community mental health 5 = Substance use treatment 6 = Case management 7 = Residential supportive services 8 = Housing minor renovation 9 = Housing moving assistance 10 = Housing eligibility determination 11 = Security deposits 12 = One-time rent for eviction prevention 14 = Clinical assessment In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 142 (RHY Services 4.14.B): 1 = Basic support services 2 = Community service/service learning (CSL) 3 = Counseling/therapy 4 = Dental care 5 = Education 6 = Employment and training services 7 = Criminal justice /legal services 8 = Life skills training 9 = Parenting education for parent of youth 10 = Parenting education for youth with children 11 = Peer (youth) counseling 12 = Post-natal care 13 = Pre-natal care 14 = Health/medical care 15 = Psychological or psychiatric care 16 = Recreational activities 17 = Substance abuse assessment and/or treatment 18 = Substance abuse prevention 19 = Support group 20 = Preventative – overnight interim, respite 21 = Preventative – formal placement in an alternative setting outside of BCP 22 = Preventative – entry into BCP after preventative services 23 = Street outreach – health and hygiene products distributed 24 = Street outreach – food and drink items 25 = Street outreach – services information/brochures In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 143 (HOPWA Services 4.14.C): 1 Adult day care and personal assistance 2 Case management 3 Child care 4 Criminal justice/legal services 5 Education 6 Employment and training services 7 Food/meals/nutritional services 8 Health/medical care 9 Life skills training 10 Mental health care/counseling 11 Outreach and/or engagement 12 Substance abuse services/treatment 13 Transportation 14 Other HOPWA funded service In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 144 (SSVF Services 4.14.D): 1 Outreach services 2 Case management services 3 Assistance obtaining VA benefits 4 Assistance obtaining/coordinating other public benefits 5 Direct provision of other public benefits 6 Other (non-TFA) supportive service approved by VA In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 151 (Financial Assistance - HOPWA Services 4.15.A): 1 Rental assistance [collect for PHP and STRMU] 2 Security deposits [collect for PHP] 3 Utility deposits [collect for PHP] 4 Utility payments [collect for PHP and STRMU] 7 Mortgage assistance [collect for STRMU] In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 152 (Financial Assistance – SSVF 4.15.B): 1 Rental assistance 4 Utility fee payment assistance 2 Security deposit 3 Utility deposit 5 Moving costs 8 Transportation services: tokens/vouchers 9 Transportation services: vehicle repair/maintenance 10 Child Care 11 General housing stability assistance - emergency supplies 12 General housing stability assistance - other 14 Emergency housing assistance In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 161 (Referrals Provided – PATH 4.16.A): 1 Community Mental Health 2 Substance Use Treatment 3 Primary Health/ Dental Care 4 Job Training 5 Educational Services 6 Housing Services 11 Temporary Housing 7 Permanent Housing 8 Income Assistance 9 Employment Assistance 10 Medical Insurance In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 162 (Referrals Provided - RHY 4.16.B): 1 Child Care Non-TANF 2 Supplemental Nutritional Assistance Program (Food Stamps) 3 Education – McKinney/Vento Liaison Assistance to Remain in School 4 HUD Section 8 or Other Permanent Housing Assistance 5 Individual Development Account 6 Medicaid 7 Mentoring Program Other than RHY Agency 8 National Service (Americorp, VISTA, Learn and Serve) 9 Non-Residential Substance Abuse or Mental Health Program 10 Other Public – Federal, State, or Local Program 11 Private Non-profit Charity or Foundation Support 12 SCHIP 13 SSI, SSDI, or other Disability Insurance 14 TANF or other Welfare/Non-Disability Income Maintenance (all TANF Services) 15 Unemployment Insurance 16 WIC 17 Workforce Development (WIA) In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 200 (Services Provided - Bed-night Date 4.14E): 200 BedNight In ServicesFAReferral, use one of the following values for TypeProvided when its RecordType = 210 (Services Provided - HUD-VASH OTH voucher tracking 4.50.1): 4.50.1 VoucherTracking Value Text 1 Referral package forwarded to PHA 2 Voucher denied by PHA 3 Voucher issued by PHA 4 Voucher revoked or expired 5 Voucher in use – veteran moved into housing 6 Voucher was ported locally 7 Voucher was administratively absorbed by new PHA 8 Voucher was converted to Housing Choice Voucher 9 Veteran exited – voucher was returned 10 Veteran exited – family maintained the voucher 11 Veteran exited – prior to ever receiving a voucher 12 Other</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:integer">
          <xs:pattern value="[0-9]{1,3}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="OtherTypeProvided" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.2D (if it exists) .</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubTypeProvided" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.12 and 4.14-4.16.3A, 4B, 5C (if it exists).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:integer">
          <xs:pattern value="[0-9]{1,2}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="FAAmount" type="hmis:money" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.15A #3 and 4.15B #2, Financial Assistance Amount.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferralOutcome" type="hmis:referralOutcome" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.16A #2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if the RecordType is '144' and the TypeProvided is '6' before requiring and even allowing the use of OtherTypeProvided -->
  <xs:assert test="if (not (hmis:RecordType/text() ='144' and hmis:TypeProvided/text() ='6')) then not (boolean(hmis:OtherTypeProvided)) else boolean(hmis:OtherTypeProvided)"/>
  <!--Testing if the RecordType is '144' and the TypeProvided is '3', '4', or '5' before requiring and even allowing the use of SubTypeProvided -->
  <xs:assert test="if (not (hmis:RecordType/text() ='144' and (hmis:TypeProvided/text() ='3' or hmis:TypeProvided/text() ='4' or hmis:TypeProvided/text() ='5'))) then not (boolean(hmis:SubTypeProvided)) else boolean(hmis:TypeProvided)"/>
  <!--Testing if the RecordType is '151' or '152' before requiring and even allowing the use of FAAmount -->
  <xs:assert test="if (not (hmis:RecordType/text() ='151') and not (hmis:RecordType/text() ='152')) then (not (boolean(hmis:FAAmount))) else boolean(hmis:FAAmount)"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type recordType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
12 = Contact 4.12
141 = PATH service 4.14.A
142 = RHY service 4.14.B 
143 = HOPWA service 4.14.C 
144 = SSVF service 4.14.D
151 = HOPWA financial assistance 4.15.A
152 = SSVF financial assistance 4.15.B 
161 = PATH referral 4.16.A
162 = RHY referral 4.16.B
200 = Bed night
210 = HUD-VASH OTH voucher tracking
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 12
Contact
enumeration 141
PATH service
enumeration 142
RHY service
enumeration 143
HOPWA service
enumeration 144
SSVF service
enumeration 151
HOPWA financial assistance
enumeration 152
SSVF financial assistance
enumeration 161
PATH referral
enumeration 162
RHY referral
enumeration 200
Bed night
enumeration 210
Bed night
Used by
Source
<xs:simpleType name="recordType">
  <xs:annotation>
    <xs:documentation xml:lang="en">12 = Contact 4.12 141 = PATH service 4.14.A 142 = RHY service 4.14.B 143 = HOPWA service 4.14.C 144 = SSVF service 4.14.D 151 = HOPWA financial assistance 4.15.A 152 = SSVF financial assistance 4.15.B 161 = PATH referral 4.16.A 162 = RHY referral 4.16.B 200 = Bed night 210 = HUD-VASH OTH voucher tracking</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Contact</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="141">
      <xs:annotation>
        <xs:documentation xml:lang="en">PATH service</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="142">
      <xs:annotation>
        <xs:documentation xml:lang="en">RHY service</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="143">
      <xs:annotation>
        <xs:documentation xml:lang="en">HOPWA service</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="144">
      <xs:annotation>
        <xs:documentation xml:lang="en">SSVF service</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="151">
      <xs:annotation>
        <xs:documentation xml:lang="en">HOPWA financial assistance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="152">
      <xs:annotation>
        <xs:documentation xml:lang="en">SSVF financial assistance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="161">
      <xs:annotation>
        <xs:documentation xml:lang="en">PATH referral</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="162">
      <xs:annotation>
        <xs:documentation xml:lang="en">RHY referral</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="200">
      <xs:annotation>
        <xs:documentation xml:lang="en">Bed night</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="210">
      <xs:annotation>
        <xs:documentation xml:lang="en">Bed night</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type referralOutcome
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
1 = Attained
2 = Not attained
3 = Unknown
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Attained
enumeration 2
Not attained
enumeration 3
Unknown
Used by
Source
<xs:simpleType name="referralOutcome">
  <xs:annotation>
    <xs:documentation xml:lang="en">1 = Attained 2 = Not attained 3 = Unknown</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Attained</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Not attained</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unknown</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type site
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#site_SiteID HUD_HMIS_xsd.tmp#site_CoCCode HUD_HMIS_xsd.tmp#site_ProjectID HUD_HMIS_xsd.tmp#site_PrincipalSite HUD_HMIS_xsd.tmp#site_Address HUD_HMIS_xsd.tmp#site_City HUD_HMIS_xsd.tmp#site_State HUD_HMIS_xsd.tmp#site_ZIP HUD_HMIS_xsd.tmp#site_Geocode
Used by
Element export/Site
Model
Children Address, City, CoCCode, Geocode, PrincipalSite, ProjectID, SiteID, State, ZIP
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="site">
  <xs:sequence>
    <xs:element name="SiteID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Site's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoCCode" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Project</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrincipalSite" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Address" type="hmis:string100" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Street Address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="City" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">City of Address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="State" type="hmis:state" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">State of Address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ZIP" type="hmis:zipCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See https://tools.usps.com/go/ZipLookupAction!input.action</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Geocode" type="hmis:geocode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.1.A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type geocode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{6})
Used by
Element site/Geocode
Source
<xs:simpleType name="geocode">
  <xs:restriction base="xs:unsignedInt">
    <xs:pattern value="[0-9]{6}"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type clientVeteranInfo
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#clientVeteranInfo_ClientVeteranInfoID HUD_HMIS_xsd.tmp#clientVeteranInfo_PersonalID HUD_HMIS_xsd.tmp#clientVeteranInfo_YearEnteredService HUD_HMIS_xsd.tmp#clientVeteranInfo_YearSeparated HUD_HMIS_xsd.tmp#clientVeteranInfo_WorldWarII HUD_HMIS_xsd.tmp#clientVeteranInfo_KoreanWar HUD_HMIS_xsd.tmp#clientVeteranInfo_VietnamWar HUD_HMIS_xsd.tmp#clientVeteranInfo_DesertStorm HUD_HMIS_xsd.tmp#clientVeteranInfo_AfghanistanOEF HUD_HMIS_xsd.tmp#clientVeteranInfo_IraqOIF HUD_HMIS_xsd.tmp#clientVeteranInfo_IraqOND HUD_HMIS_xsd.tmp#clientVeteranInfo_OtherTheater HUD_HMIS_xsd.tmp#clientVeteranInfo_MilitaryBranch HUD_HMIS_xsd.tmp#clientVeteranInfo_DischargeStatus
Used by
Model
Children AfghanistanOEF, ClientVeteranInfoID, DesertStorm, DischargeStatus, IraqOIF, IraqOND, KoreanWar, MilitaryBranch, OtherTheater, PersonalID, VietnamWar, WorldWarII, YearEnteredService, YearSeparated
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="clientVeteranInfo">
  <xs:sequence>
    <xs:element name="ClientVeteranInfoID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the ClientVeteranInfo's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PersonalID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Refers to a Client element</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YearEnteredService" type="xs:gYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.1</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YearSeparated" type="xs:gYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.2</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorldWarII" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.3</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="KoreanWar" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.4</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VietnamWar" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.5</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DesertStorm" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.6</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AfghanistanOEF" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.7</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IraqOIF" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.8</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IraqOND" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.9</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherTheater" type="fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.10</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MilitaryBranch" type="militaryBranch" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.11</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DischargeStatus" type="dischargeStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.41.12</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type militaryBranch
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Branch of the Military 
1 = Army 
2 = Air Force 
3 = Navy 
4 = Marines 
6 = Coast Guard 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Army
enumeration 2
Air Force
enumeration 3
Navy
enumeration 4
Marines
enumeration 6
Coast Guard
enumeration 7
Other
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="militaryBranch">
  <xs:annotation>
    <xs:documentation xml:lang="en">Branch of the Military 1 = Army 2 = Air Force 3 = Navy 4 = Marines 6 = Coast Guard 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Army</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Air Force</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Navy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Marines</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Coast Guard</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type dischargeStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Discharge Status  
1 = Honorable 
2 = General under honorable conditions 
4 = Bad conduct 
5 = Dishonorable 
6 = Under other than honorable conditions (OTH) 
7 = Uncharacterized 
8 = Client doesn’t know 
9 = Client refused 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Honorable
enumeration 2
General under honorable conditions
enumeration 4
Bad conduct
enumeration 5
Dishonorable
enumeration 6
Under other than honorable conditions (OTH)
enumeration 7
Uncharacterized
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="dischargeStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Discharge Status 1 = Honorable 2 = General under honorable conditions 4 = Bad conduct 5 = Dishonorable 6 = Under other than honorable conditions (OTH) 7 = Uncharacterized 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Honorable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">General under honorable conditions</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Bad conduct</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Dishonorable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Under other than honorable conditions (OTH)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Uncharacterized</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type entryRHSP
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData HUD_HMIS_xsd.tmp#entryRHSP_EntryRHSPID HUD_HMIS_xsd.tmp#entryRHSP_ProjectEntryID HUD_HMIS_xsd.tmp#entryRHSP_WorstHousingSituation
Used by
Model
Children EntryRHSPID, ProjectEntryID, WorstHousingSituation
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="entryRHSP">
  <xs:sequence>
    <xs:element name="EntryRHSPID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the EntryRHSP's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorstHousingSituation" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.40.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type entryRHY
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Used by
Element export/EntryRHY
Model
Children AbuseAndNeglectFam, AbuseAndNeglectYouth, ActiveMilitaryParent, AlcoholDrugAbuseFam, AlcoholDrugAbuseYouth, AskedOrForcedToExchangeForSex, AskedOrForcedToExchangeForSexPastThreeMonths, ChildWelfareMonths, ChildWelfareYears, CoercedToContinueWork, CountOfExchangeForSex, CountOutreachReferralApproaches, EntryRHYID, ExchangeForSex, ExchangeForSexPastThreeMonths, FormerWardChildWelfare, FormerWardJuvenileJustice, HealthIssuesFam, HealthIssuesYouth, HouseholdDynamics, HousingIssuesFam, HousingIssuesYouth, IncarceratedParent, IncarceratedParentStatus, InsufficientIncome, JuvenileJusticeMonths, JuvenileJusticeYears, LaborExploitPastThreeMonths, MentalDisabilityFam, MentalDisabilityYouth, MentalHealthIssuesFam, MentalHealthIssuesYouth, PhysicalDisabilityFam, PhysicalDisabilityYouth, ProjectEntryID, ReferralSource, SchoolEducationalIssuesFam, SchoolEducationalIssuesYouth, SexualOrientation, SexualOrientationGenderIDFam, SexualOrientationGenderIDYouth, UnemploymentFam, UnemploymentYouth, WorkPlaceViolenceThreats, WorkplacePromiseDifference
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:CoercedToContinueWork) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:CoercedToContinueWork))) else false())
if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:LaborExploitPastThreeMonths) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:LaborExploitPastThreeMonths))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:ExchangeForSexPastThreeMonths) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:ExchangeForSexPastThreeMonths))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:CountOfExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:CountOfExchangeForSex))) else false())
if (hmis:ExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSex))) else false())
if (hmis:AskedOrForcedToExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths) else (if (not(hmis:AskedOrForcedToExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths))) else false())
Source
<xs:complexType name="entryRHY">
  <xs:sequence>
    <xs:element name="EntryRHYID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the EntryRHY' unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HouseholdDynamics" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SexualOrientation" type="hmis:sexualOrientation">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.23.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SexualOrientationGenderIDYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SexualOrientationGenderIDFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.3.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HousingIssuesYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.4.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HousingIssuesFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.5.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SchoolEducationalIssuesYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.6.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SchoolEducationalIssuesFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.7.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnemploymentYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.8.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnemploymentFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.9.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MentalHealthIssuesYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.10.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MentalHealthIssuesFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.11.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HealthIssuesYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.12.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HealthIssuesFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.13.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PhysicalDisabilityYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.14.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PhysicalDisabilityFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.15.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MentalDisabilityYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.16.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MentalDisabilityFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.17.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AbuseAndNeglectYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.18.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AbuseAndNeglectFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.19.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AlcoholDrugAbuseYouth" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.20.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AlcoholDrugAbuseFam" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.21.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InsufficientIncome" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.22.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ActiveMilitaryParent" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.23.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IncarceratedParent" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.24.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IncarceratedParentStatus" type="hmis:incarceratedParentStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.33.24A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkPlaceViolenceThreats" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35, B1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkplacePromiseDifference" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35, B2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoercedToContinueWork" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35, BA.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LaborExploitPastThreeMonths" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35, BB.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExchangeForSex" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35A.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExchangeForSexPastThreeMonths" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35A.1A</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountOfExchangeForSex" type="hmis:countOfExchangeForSex" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35A.1B.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AskedOrForcedToExchangeForSex" type="hmis:askedOrForcedToExchangeForSex" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35.1C.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AskedOrForcedToExchangeForSexPastThreeMonths" type="hmis:fiveValDKRefused" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.35.1D.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FormerWardJuvenileJustice" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.32.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="JuvenileJusticeYears" type="hmis:issuesYears" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.32.1A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="JuvenileJusticeMonths" type="xs:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.32.1AB. Values 1-11 permissible.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FormerWardChildWelfare" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.31.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ChildWelfareYears" type="hmis:issuesYears" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.31.1B.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ChildWelfareMonths" type="xs:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.31.1BA. Values 1-11 permissible.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferralSource" type="hmis:referralSource">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.34.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountOutreachReferralApproaches" type="xs:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.34.1A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if WorkPlaceViolenceThreats or WorkplacePromiseDifference is 1, before allowing use of CoercedToContinueWork-->
  <xs:assert test="if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:CoercedToContinueWork) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:CoercedToContinueWork))) else false())"/>
  <!--Testing if WorkPlaceViolenceThreats or WorkplacePromiseDifference is 1, before allowing use of LaborExploitPastThreeMonths-->
  <xs:assert test="if (hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1') then boolean(hmis:LaborExploitPastThreeMonths) else (if (not(hmis:WorkPlaceViolenceThreats/text()='1' or hmis:WorkplacePromiseDifference/text()='1')) then (not(boolean(hmis:LaborExploitPastThreeMonths))) else false())"/>
  <!--Testing if ExchangeForSex is 1, before allowing use of ExchangeForSexPastThreeMonths-->
  <xs:assert test="if (hmis:ExchangeForSex/text()='1') then boolean(hmis:ExchangeForSexPastThreeMonths) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:ExchangeForSexPastThreeMonths))) else false())"/>
  <!--Testing if ExchangeForSex is 1, before allowing use of CountOfExchangeForSex-->
  <xs:assert test="if (hmis:ExchangeForSex/text()='1') then boolean(hmis:CountOfExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:CountOfExchangeForSex))) else false())"/>
  <!--Testing if ExchangeForSex is 1, before allowing use of AskedOrForcedToExchangeForSex-->
  <xs:assert test="if (hmis:ExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSex) else (if (not(hmis:ExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSex))) else false())"/>
  <!--Testing if AskedOrForcedToExchangeForSex is 1, before allowing use of AskedOrForcedToExchangeForSex-->
  <xs:assert test="if (hmis:AskedOrForcedToExchangeForSex/text()='1') then boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths) else (if (not(hmis:AskedOrForcedToExchangeForSex/text()='1')) then (not(boolean(hmis:AskedOrForcedToExchangeForSexPastThreeMonths))) else false())"/>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type sexualOrientation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Sexual Orientation
1 = Heterosexual
2 = Gay
3 = Lesbian
4 = Bisexual
5 = Questioning / Unsure
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Heterosexual
enumeration 2
Gay
enumeration 3
Lesbian
enumeration 4
Bisexual
enumeration 5
Questioning / Unsure
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="sexualOrientation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Sexual Orientation 1 = Heterosexual 2 = Gay 3 = Lesbian 4 = Bisexual 5 = Questioning / Unsure 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Heterosexual</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Gay</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Lesbian</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Bisexual</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Questioning / Unsure</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type incarceratedParentStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
1 = One parent / legal guardian is incarcerated
2 = One parent / legal guardian is incarcerated
3 = The only parent / legal guardian is incarcerated
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
One parent / legal guardian is incarcerated
enumeration 2
One parent / legal guardian is incarcerated
enumeration 3
The only parent / legal guardian is incarcerated
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="incarceratedParentStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">1 = One parent / legal guardian is incarcerated 2 = One parent / legal guardian is incarcerated 3 = The only parent / legal guardian is incarcerated 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">One parent / legal guardian is incarcerated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">One parent / legal guardian is incarcerated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">The only parent / legal guardian is incarcerated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type countOfExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Number of times
1 = 1-3
2 = 4-7
3 = 8-11
4 = 12 or more
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
1-3
enumeration 2
4-7
enumeration 3
8-11
enumeration 4
12 or more
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="countOfExchangeForSex">
  <xs:annotation>
    <xs:documentation xml:lang="en">Number of times 1 = 1-3 2 = 4-7 3 = 8-11 4 = 12 or more 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">1-3</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">4-7</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">8-11</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">12 or more</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type askedOrForcedToExchangeForSex
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Did someone ask/make you have sex?
0 = No
1 = Yes
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="askedOrForcedToExchangeForSex">
  <xs:annotation>
    <xs:documentation xml:lang="en">Did someone ask/make you have sex? 0 = No 1 = Yes 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type issuesYears
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Number of Years
1 = Less than one year
2 = 1 to 2 years
3 = 3 to 5 or more years
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Less than one year
enumeration 2
1 to 2 years
enumeration 3
3 to 5 or more years
Used by
Source
<xs:simpleType name="issuesYears">
  <xs:annotation>
    <xs:documentation xml:lang="en">Number of Years 1 = Less than one year 2 = 1 to 2 years 3 = 3 to 5 or more years</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Less than one year</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">1 to 2 years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">3 to 5 or more years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type referralSource
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
1 = Self-Referral
2 = Individual: Parent/Guardian
3 = Individual: Relative or Friend
4 = Individual: Other Adult or Youth
5 = Individual: Partner/Spouse
6 = Individual: Foster Parent
7 = Outreach Project: FYSB
10 = Outreach Project: Other
11 = Temporary Shelter: FYSB Basic Center Project
12 = Temporary Shelter: Other Youth Only Emergency Shelter
13 = Temporary Shelter: Emergency Shelter for Families
14 = Temporary Shelter: Emergency Shelter for Individuals
15 = Temporary Shelter: Domestic Violence Shelter
16 = Temporary Shelter: Safe Place
17 = Temporary Shelter: Other
18 = Residential Project: FYSB Transitional Living Project
19 = Residential Project: Other Transitional Living Project
20 = Residential Project: Group Home
21 = Residential Project: Independent Living Project
22 = Residential Project: Job Corps
23 = Residential Project: Drug Treatment Center
24 = Residential Project: Treatment Center
25 = Residential Project: Educational Institute
26 = Residential Project: Other Agency project
27 = Residential Project: Other Project
28 = Hotline: National Runaway Switchboard
29 = Hotline: Other
30 = Other Agency: Child Welfare/CPS
31 = Other Agency: Non-Residential Independent Living Project
32 = Other Project Operated by your Agency
33 = Other Youth Services Agency
34 = Juvenile Justice
35 = Law Enforcement/ Police
36 = Religious Organization
37 = Mental Hospital
38 = School
39 = Other Organization
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Self-Referral
enumeration 2
Individual: Parent/Guardian
enumeration 3
Individual: Relative or Friend
enumeration 4
Individual: Other Adult or Youth
enumeration 5
Individual: Partner/Spouse
enumeration 6
Individual: Foster Parent
enumeration 7
Outreach Project: FYSB
enumeration 10
Outreach Project: Other
enumeration 11
Temporary Shelter: FYSB Basic Center Project
enumeration 12
Temporary Shelter: Other Youth Only Emergency Shelter
enumeration 13
Temporary Shelter: Emergency Shelter for Families
enumeration 14
Temporary Shelter: Emergency Shelter for Individuals
enumeration 15
Temporary Shelter: Domestic Violence Shelter
enumeration 16
Temporary Shelter: Safe Place
enumeration 17
Temporary Shelter: Other
enumeration 18
Residential Project: FYSB Transitional Living Project
enumeration 19
Residential Project: Other Transitional Living Project
enumeration 20
Residential Project: Group Home
enumeration 21
Residential Project: Independent Living Project
enumeration 22
Residential Project: Job Corps
enumeration 23
Residential Project: Drug Treatment Center
enumeration 24
Residential Project: Treatment Center
enumeration 25
Residential Project: Educational Institute
enumeration 26
Residential Project: Other Agency project
enumeration 27
Residential Project: Other Project
enumeration 28
Hotline: National Runaway Switchboard
enumeration 29
Hotline: Other
enumeration 30
Other Agency: Child Welfare/CPS
enumeration 31
Other Agency: Non-Residential Independent Living Project
enumeration 32
Other Project Operated by your Agency
enumeration 33
Other Youth Services Agency
enumeration 34
Juvenile Justice
enumeration 35
Law Enforcement/ Police
enumeration 36
Religious Organization
enumeration 37
Mental Hospital
enumeration 38
School
enumeration 39
Other Organization
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name=" referralSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">1 = Self-Referral 2 = Individual: Parent/Guardian 3 = Individual: Relative or Friend 4 = Individual: Other Adult or Youth 5 = Individual: Partner/Spouse 6 = Individual: Foster Parent 7 = Outreach Project: FYSB 10 = Outreach Project: Other 11 = Temporary Shelter: FYSB Basic Center Project 12 = Temporary Shelter: Other Youth Only Emergency Shelter 13 = Temporary Shelter: Emergency Shelter for Families 14 = Temporary Shelter: Emergency Shelter for Individuals 15 = Temporary Shelter: Domestic Violence Shelter 16 = Temporary Shelter: Safe Place 17 = Temporary Shelter: Other 18 = Residential Project: FYSB Transitional Living Project 19 = Residential Project: Other Transitional Living Project 20 = Residential Project: Group Home 21 = Residential Project: Independent Living Project 22 = Residential Project: Job Corps 23 = Residential Project: Drug Treatment Center 24 = Residential Project: Treatment Center 25 = Residential Project: Educational Institute 26 = Residential Project: Other Agency project 27 = Residential Project: Other Project 28 = Hotline: National Runaway Switchboard 29 = Hotline: Other 30 = Other Agency: Child Welfare/CPS 31 = Other Agency: Non-Residential Independent Living Project 32 = Other Project Operated by your Agency 33 = Other Youth Services Agency 34 = Juvenile Justice 35 = Law Enforcement/ Police 36 = Religious Organization 37 = Mental Hospital 38 = School 39 = Other Organization 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Self-Referral</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Parent/Guardian</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Relative or Friend</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Other Adult or Youth</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Partner/Spouse</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Individual: Foster Parent</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Outreach Project: FYSB</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Outreach Project: Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: FYSB Basic Center Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Other Youth Only Emergency Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Emergency Shelter for Families</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Emergency Shelter for Individuals</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Domestic Violence Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="16">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Safe Place</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="17">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temporary Shelter: Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="18">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: FYSB Transitional Living Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="19">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Other Transitional Living Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Group Home</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="21">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Independent Living Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="22">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Job Corps</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="23">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Drug Treatment Center</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="24">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Treatment Center</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="25">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Educational Institute</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="26">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Other Agency project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">Residential Project: Other Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="28">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hotline: National Runaway Switchboard</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="29">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hotline: Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="30">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Agency: Child Welfare/CPS</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="31">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Agency: Non-Residential Independent Living Project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Project Operated by your Agency</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="33">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Youth Services Agency</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="34">
      <xs:annotation>
        <xs:documentation xml:lang="en">Juvenile Justice</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="35">
      <xs:annotation>
        <xs:documentation xml:lang="en">Law Enforcement/ Police</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="36">
      <xs:annotation>
        <xs:documentation xml:lang="en">Religious Organization</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="37">
      <xs:annotation>
        <xs:documentation xml:lang="en">Mental Hospital</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="38">
      <xs:annotation>
        <xs:documentation xml:lang="en">School</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="39">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other Organization</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type nameHashingOptionPlain
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#hashStatus HUD_HMIS_xsd.tmp#nameHashingOption
Type restriction of nameHashingOption
Type hierarchy
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="nameHashingOptionPlain">
  <xs:simpleContent>
    <xs:restriction base="hmis:nameHashingOption">
      <xs:maxLength value="50"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type nameHashingOptionSHA1RHY
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#hashStatus HUD_HMIS_xsd.tmp#nameHashingOption
Type restriction of nameHashingOption
Type hierarchy
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="nameHashingOptionSHA1RHY">
  <xs:simpleContent>
    <xs:restriction base="hmis:nameHashingOption">
      <xs:length value="40"/>
      <xs:pattern value="([a-zA-Z0-9])*"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type ssnHashingOptionPlain
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd.tmp#hashStatus HUD_HMIS_xsd.tmp#ssnHashingOption
Type restriction of ssnHashingOption
Type hierarchy
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="ssnHashingOptionPlain">
  <xs:simpleContent>
    <xs:restriction base="hmis:ssnHashingOption">
      <xs:pattern value="[0-9xX]{9}"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Complex Type ssnHashingOptionSHA1RHY
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.
Diagram
Diagram HUD_HMIS_xsd.tmp#hashStatus HUD_HMIS_xsd.tmp#ssnHashingOption
Type restriction of ssnHashingOption
Type hierarchy
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="ssnHashingOptionSHA1RHY">
  <xs:annotation>
    <xs:documentation xml:lang="en">Concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="hmis:ssnHashingOption">
      <xs:length value="44"/>
      <xs:pattern value="([a-zA-Z0-9])*"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type noYes
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
0 = No, 1 = Yes, 99 = Data Not Collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:simpleType name="noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = No, 1 = Yes, 99 = Data Not Collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data Not Collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Simple Type version
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:decimal
Facets
totalDigits 5
fractionDigits 3
minInclusive 0.001
Source
<xs:simpleType name="version">
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="5"/>
    <xs:fractionDigits value="3"/>
    <xs:minInclusive value="0.001"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Attribute baseMetaData / @dateCreated
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 5.1.
Type xs:dateTime
Properties
use required
Used by
Attribute Group baseMetaData
Source
<xs:attribute name="dateCreated" type="xs:dateTime" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 5.1.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Attribute baseMetaData / @dateDeleted
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
Type xs:dateTime
Properties
use optional
Used by
Attribute Group baseMetaData
Source
<xs:attribute name="dateDeleted" type="xs:dateTime" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en">If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Attribute baseMetaData / @dateUpdated
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 5.2.
Type xs:dateTime
Properties
use required
Used by
Attribute Group baseMetaData
Source
<xs:attribute name="dateUpdated" type="xs:dateTime" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 5.2.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Attribute baseMetaData / @userID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 5.7.
Type string32
Properties
use required
Facets
maxLength 32
Used by
Attribute Group baseMetaData
Source
<xs:attribute name="userID" type="hmis:string32" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 5.7.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Attribute @hashStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Type restriction of xs:unsignedInt
Properties
content simple
Facets
enumeration 1
Unhashed: Data sets with this HashStatus are expected conform to data type and field length parameters defined in this document.
enumeration 2
SHA-1 RHY: The SHA-1 algorithm produces a 40-character string of letters and numbers. Data sets with a HashStatus of ‘SHA-1 RHY’ (2) will be exported consistent with the specifications of this document with the exception that the following fields in Client.csv (and no others) will be hashed using the SHA-1 standard algorithm and data types for these four fields will differ as noted: - FirstName (S40)– SHA-1 hash of the SOUNDEX of the value for first name; - MiddleName (S40) – SHA-1 hash of the SOUNDEX of the value for middle name; -LastName (S40) – SHA-1 hash of the SOUNDEX of the value for last name; and - SSN (S44) – concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.
enumeration 3
Hashed - other: The ‘Other’ HashStatus is used to identify exports in which data are hashed based on parameters mutually agreed upon by the sender and recipient of the CSV data.
Used by
Source
<xs:attribute name="hashStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Hash Status 1 = Unhashed 2 = SHA-1 RHY 3 = Hashed - other</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:unsignedInt">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation xml:lang="en">Unhashed: Data sets with this HashStatus are expected conform to data type and field length parameters defined in this document.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation xml:lang="en">SHA-1 RHY: The SHA-1 algorithm produces a 40-character string of letters and numbers. Data sets with a HashStatus of ‘SHA-1 RHY’ (2) will be exported consistent with the specifications of this document with the exception that the following fields in Client.csv (and no others) will be hashed using the SHA-1 standard algorithm and data types for these four fields will differ as noted: - FirstName (S40)– SHA-1 hash of the SOUNDEX of the value for first name; - MiddleName (S40) – SHA-1 hash of the SOUNDEX of the value for middle name; -LastName (S40) – SHA-1 hash of the SOUNDEX of the value for last name; and - SSN (S44) – concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation xml:lang="en">Hashed - other: The ‘Other’ HashStatus is used to identify exports in which data are hashed based on parameters mutually agreed upon by the sender and recipient of the CSV data.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Attribute @dataCollectionStage
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 5.3.
Type restriction of xs:unsignedInt
Properties
content simple
Facets
enumeration 1
Project entry
enumeration 2
Project update
enumeration 3
Project exit
enumeration 5
Project annual assessment
Used by
Source
<xs:attribute name="dataCollectionStage">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 5.3.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:unsignedInt">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation xml:lang="en">Project entry</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation xml:lang="en">Project update</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation xml:lang="en">Project exit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation xml:lang="en">Project annual assessment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Attribute @informationDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Type xs:date
Properties
content simple
Used by
Source
<xs:attribute name="informationDate" type="xs:date"/>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd
Attribute Group baseMetaData
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_1/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 5.
Diagram
Diagram HUD_HMIS_xsd.tmp#baseMetaData_dateCreated HUD_HMIS_xsd.tmp#baseMetaData_dateDeleted HUD_HMIS_xsd.tmp#baseMetaData_dateUpdated HUD_HMIS_xsd.tmp#baseMetaData_userID
Used by
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:attributeGroup name="baseMetaData">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 5.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="dateCreated" type="xs:dateTime" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 5.1.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="dateDeleted" type="xs:dateTime" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en">If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="dateUpdated" type="xs:dateTime" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 5.2.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="userID" type="hmis:string32" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 5.7.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:/home/eric/git/hmis-xml/src/HUD_HMIS.xsd